export declare const wrapper: string; export declare const container: string; export declare const errorVars: string; export declare const errorText: string; export declare const filterIcon: import("@vanilla-extract/recipes").RuntimeFn<{ hasError: { true: { color: string; }; }; disabled: { true: { color: string; }; }; }>; export declare const clearButtonIcon: import("@vanilla-extract/recipes").RuntimeFn<{ hasError: { true: { color: string; }; }; disabled: { true: { color: string; }; }; }>; export declare const clearButton: string; export declare const filterStatement: string; export declare const incompleteFilterStatement: string; export declare const readOnly: string; export declare const ariaDisabled: string; export declare const disabled: string; export declare const filterStatementDeleteWidget: string; export declare const filterStatementDeleteButton: string; export declare const filterStatementDeleteIcon: string; export declare const filterKey: string; export declare const filterValue: string; export declare const variable: string; export declare const operator: string; export declare const existsOperator: string; export declare const escapedCharacter: string; export declare const error: string; export declare const spotError: string; export declare const preSpotError: string; export declare const postSpotError: string; export declare const suggestionsOverlayAnnouncement: string;