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