export default interface NotFoundProps {
    ButtonComponent? : React.FC;
    text?: string;
    rootClassName?: React.CSSProperties & string;
    textClassName?: React.CSSProperties & string;
}