import { PropsWithChildren, FunctionComponent } from 'react'; type Props = { fullscreen: boolean; }; declare const Wrapper: FunctionComponent>; export default Wrapper;