import type { ReactNode } from 'react'; type TopBarWrapperProps = { children?: ReactNode; }; export declare const TopBarWrapper: ({ children }: TopBarWrapperProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TopBarWrapper.d.ts.map