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