import { NestedCSSPropertiesExtends } from "@omnia/fx-models";
import { ITheming } from "@omnia/fx/ux";
import { types } from "typestyle";
export declare const LayoutTabStyles: {
    headerDialogStyle?: (theming: ITheming) => NestedCSSPropertiesExtends;
    buttonStyle?: types.NestedCSSProperties;
};
