/// interface Props { fullWidth?: boolean; } export declare const ModalDivider: (props: Props) => JSX.Element; export {};