export declare const App: React.FC<{
    children: React.ReactNode;
    head?: React.ReactNode;
}>;
