/// import type { DividerProps } from './types'; export declare const Divider: ({ children, className, position }: DividerProps) => JSX.Element;