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