import { Theme } from '../../utils/theme'; type StyledTagSelectedProps = { theme: Theme; $closable: boolean; icon?: string; }; export declare const StyledTagSelected: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLSpanElement>, StyledTagSelectedProps>> & string; export declare const getCascaderStyle: import('styled-components').RuleSet; export declare const CascaderOptionStyle: import('react').NamedExoticComponent; export {};