export declare const icon: string; export declare const value: string; /** * Marker class with no styles — used purely as a CSS Custom Highlight * selector hook (see Suggestions.tsx). Attached to details elements whose * text is also a matching target (string details + user-provided slots) so * the highlight API can paint matched substrings inside them. */ export declare const matchableSuggestionDetails: string; export declare const virtualizedSuggestion: string; export declare const suggestion: string; export declare const suggestionContent: string; export declare const suggestionText: string; export declare const suggestionsEmptyState: string; export declare const suggestionsJSONPathHint: string; export declare const suggestionsLoading: string; export declare const truncateWithinMark: string; export declare const tooltipWrapper: string; export declare const defaultSuggestion: string; export declare const searchSuggestion: string; export declare const statementSuggestionValue: string; export declare const pastingSuggestion: string;