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