export declare const MultiselectTheme: { 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; sm: { fontSize: string; paddingX: string; paddingY: string; }; lg: { fontSize: string; paddingX: string; paddingY: string; }; }; dropdown: { width: string; color: string; }; overlay: { background: string; borderColor: string; borderRadius: string; color: string; shadow: string; }; list: { padding: string; gap: string; header: { padding: string; }; }; option: { focusBackground: string; selectedBackground: string; selectedFocusBackground: string; color: string; focusColor: string; selectedColor: string; selectedFocusColor: string; padding: string; borderRadius: string; gap: string; }; optionGroup: { background: string; color: string; fontWeight: string; padding: string; }; clearIcon: { color: string; }; chip: { borderRadius: string; }; emptyMessage: { padding: string; }; };