import { default as React } from 'react'; export interface MainLayoutProps { children: React.ReactNode; } export declare function TopLevelProviders({ children }: MainLayoutProps): import("react/jsx-runtime").JSX.Element;