import type * as React from 'react'; type Props = { background?: string; }; /** * Template Component that represents a page within safearea */ export declare const StaticPage: React.FC>; export {}; //# sourceMappingURL=StaticPage.d.ts.map