export declare const AutocompleteTheme: { root: { background: string; disabledBackground: string; filledBackground: string; filledHoverBackground: string; filledFocusBackground: string; borderColor: string; hoverBorderColor: string; focusBorderColor: string; invalidBorderColor: string; color: string; disabledColor: string; placeholderColor: string; invalidPlaceholderColor: string; shadow: string; paddingX: string; paddingY: string; borderRadius: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; transitionDuration: string; }; overlay: { background: string; borderColor: string; borderRadius: string; color: string; shadow: string; }; list: { padding: string; gap: string; }; option: { focusBackground: string; selectedBackground: string; selectedFocusBackground: string; color: string; focusColor: string; selectedColor: string; selectedFocusColor: string; padding: string; borderRadius: string; }; optionGroup: { background: string; color: string; fontWeight: string; padding: string; }; dropdown: { width: string; sm: { width: string; }; lg: { width: string; }; borderColor: string; hoverBorderColor: string; activeBorderColor: string; borderRadius: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; chip: { borderRadius: string; }; emptyMessage: { padding: string; }; colorScheme: { light: { chip: { focusBackground: string; focusColor: string; }; dropdown: { background: string; hoverBackground: string; activeBackground: string; color: string; hoverColor: string; activeColor: string; }; }; dark: { chip: { focusBackground: string; focusColor: string; }; dropdown: { background: string; hoverBackground: string; activeBackground: string; color: string; hoverColor: string; activeColor: string; }; }; }; };