interface DividerProps { text: string; description?: string; } const Divider = (props: DividerProps) => { return (