export default function AppLayout({ children }: {
    children: any;
}): JSX.Element;
