import { FC } from 'react'; import { LayoutInterface } from './layout.types'; export declare const Layout: FC;