import type { FC } from 'react'; export interface DividerProps { label: string; className?: string; } export declare const Divider: FC;