import * as React from "react"; type Props = { background?: string; }; /** * Template Component that represents a page that takes up the whole page including outside of safearea */ export declare const FullPage: React.FC; export {}; //# sourceMappingURL=FullPage.d.ts.map