export type OrDividerProps = { label?: string; }; export declare const OrDivider: ({ label }: OrDividerProps) => import("react").JSX.Element;