import { ReactElement } from 'react';
import { DividerProps } from '@mui/material';
export declare function DividerCustom({ ...props }: DividerProps): ReactElement;
