import "./index.css";
export declare function Layout({ children }: {
    children: React.ReactNode;
}): any;
export default function App(): any;
export declare function ErrorBoundary({ error }: any): any;
