import { FunctionComponent } from 'react'; declare type MobileWarningProps = { handleClose?: () => void; }; declare const MobileWarning: FunctionComponent; export default MobileWarning;