import { VariantProps } from 'tailwind-variants'; declare const multiSelectStyles: import('tailwind-variants').TVReturnType<{ hasError: { true: { trigger: string; }; }; }, { trigger: string[]; triggerWrapper: string; badgeWrapper: string; triggerActions: string; placeholderWrapper: string; placeholderText: string; badge: string[]; badgeRemoveIcon: string; actionsWrapper: string; clearIcon: string; chevronIcon: string; verticalDivider: string; content: string[]; commandInput: string; commandEmpty: string; commandList: string; commandGroupWrapper: string; commandGroup: string; commandSeparator: string; checkboxItem: string[]; checkboxItemIndicator: string; checkboxItemIndicatorIcon: string; checkboxItemEmptyIndicator: string; icon: string; actionButtonsWrapper: string; actionItem: string[]; }, undefined, { hasError: { true: { trigger: string; }; }; }, { trigger: string[]; triggerWrapper: string; badgeWrapper: string; triggerActions: string; placeholderWrapper: string; placeholderText: string; badge: string[]; badgeRemoveIcon: string; actionsWrapper: string; clearIcon: string; chevronIcon: string; verticalDivider: string; content: string[]; commandInput: string; commandEmpty: string; commandList: string; commandGroupWrapper: string; commandGroup: string; commandSeparator: string; checkboxItem: string[]; checkboxItemIndicator: string; checkboxItemIndicatorIcon: string; checkboxItemEmptyIndicator: string; icon: string; actionButtonsWrapper: string; actionItem: string[]; }, import('tailwind-variants').TVReturnType<{ hasError: { true: { trigger: string; }; }; }, { trigger: string[]; triggerWrapper: string; badgeWrapper: string; triggerActions: string; placeholderWrapper: string; placeholderText: string; badge: string[]; badgeRemoveIcon: string; actionsWrapper: string; clearIcon: string; chevronIcon: string; verticalDivider: string; content: string[]; commandInput: string; commandEmpty: string; commandList: string; commandGroupWrapper: string; commandGroup: string; commandSeparator: string; checkboxItem: string[]; checkboxItemIndicator: string; checkboxItemIndicatorIcon: string; checkboxItemEmptyIndicator: string; icon: string; actionButtonsWrapper: string; actionItem: string[]; }, undefined, unknown, unknown, undefined>>; type MultiSelectStyles = VariantProps; export { multiSelectStyles, type MultiSelectStyles }; //# sourceMappingURL=multi-select.css.d.ts.map