import { NestedCSSPropertiesExtends } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const OptionPickerStyles: { chipHover?: (color: string) => NestedCSSPropertiesExtends; chipChildStyle?: (color: string) => NestedCSSPropertiesExtends; chip?: (color: string) => NestedCSSPropertiesExtends; chipSelected?: (selected: boolean, color: string) => NestedCSSPropertiesExtends; titleStyle?: types.NestedCSSProperties; };