import { NestedCSSPropertiesExtends, ThemeStyling } from "@omnia/fx/models"; export declare const TaxonomyNavigationStyles: { showMore: NestedCSSPropertiesExtends; cardContent: NestedCSSPropertiesExtends; cardStyling: (themeStyling: ThemeStyling, setCustomBorderColor: boolean) => NestedCSSPropertiesExtends; contentPlaceHolder: (themeStyling: ThemeStyling) => NestedCSSPropertiesExtends; };