import { ReactNode } from "react"; import { ThemePrepared } from "@fluentui/styles"; export interface IToolbarThemeProps { globalTheme: ThemePrepared; children: ReactNode; } export declare const ToolbarTheme: ({ globalTheme, children }: IToolbarThemeProps) => JSX.Element; //# sourceMappingURL=ToolbarTheme.d.ts.map