import { NestedCSSPropertiesExtends } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const ListingStyle: { lineStyle?: (color: string) => NestedCSSPropertiesExtends; titleDefaultStyle?: types.NestedCSSProperties; expansionContentStyle?: types.NestedCSSProperties; };