/// import { DividerProps } from './types'; declare const Divider: (props: DividerProps) => JSX.Element; export default Divider;