import React from 'react'; interface PageLayoutProps { [props: string]: any; } export declare const PageLayout: React.FunctionComponent; export {};