export default Layout; declare function Layout({ children, printMode }: { children: any; printMode: any; }): any;