import { ITheming } from "@omnia/fx/ux"; import { types } from "typestyle"; export declare const VariationInputStyles: { flag: types.NestedCSSProperties; variationBodyWrapper: types.NestedCSSProperties; listViewWrapper: types.NestedCSSProperties; selectedFlag: (theming: ITheming) => types.NestedCSSProperties; variationWrapper: types.NestedCSSProperties; listViewFlag: types.NestedCSSProperties; label: (theming: ITheming) => types.NestedCSSProperties; disabledLabel: (theming: ITheming) => types.NestedCSSProperties; focusedLabel: (themimg: ITheming) => types.NestedCSSProperties; icon: (theming: ITheming) => types.NestedCSSProperties; };