import { ReactNode, FunctionComponent } from 'react';
declare type FullScreenAppProps = {
    children: ReactNode;
};
export declare const FullScreenApp: FunctionComponent<FullScreenAppProps>;
export {};
