import React from 'react'; export interface LayoutProps { children: React.ReactNode; } export declare const Layout: React.FC;