import { LayoutProps } from './Layout.types'; import { default as React } from 'react'; export declare const Layout: React.FC;