/// export declare const TOOLBAR_UPDATE = "TOOLBAR_UPDATE"; export default function Layout({ children }: { children: any; }): JSX.Element;