/// <reference types="react" />
export declare type LayoutProps = {
    children: any;
};
export default function AppLayout({ children }: LayoutProps): JSX.Element;
