/** CSS custom properties for this component (`:root` fragment). */ export declare const rootTokens = "\n --cosmograph-search-font-family: var(--cosmograph-ui-font-family);\n --cosmograph-search-font-size: 14px;\n --cosmograph-search-list-font-size: 13.5px;\n --cosmograph-search-text-color: var(--cosmograph-ui-text);\n --cosmograph-search-background: transparent;\n --cosmograph-search-list-background: rgba(0, 0, 0, 0.2);\n --cosmograph-search-list-match-background: rgba(255, 255, 255, 0.2);\n --cosmograph-search-list-match-color: var(--cosmograph-ui-text);\n"; export declare const searchInput: string; export declare const disabled: string; export declare const searchSuggestions: string; export declare const clearButton: string; /** Marker class; compound rules below apply opacity for clearButton / dropdown. */ export declare const visible: string; export declare const placeholderWrapper: string; export declare const hidden: string; export declare const searchInputWrapper: string; export declare const noResults: string; export declare const loading: string; export declare const dropdownContainer: string; export declare const upwards: string; export declare const footerContainer: string;