import { FC } from 'react'; import { BoxProps } from '@mui/material'; export declare const InfoBox: FC; export declare const ErrorInfoBox: FC; export declare const WarnInfoBox: FC; export declare const SuccessInfoBox: FC;