/// import { MediaProps } from "react-media"; import { Overwrite } from "type-zoo/types"; export declare const Mobile: ({ max, ...props }: Overwrite) => JSX.Element; export default Mobile;