import { VariantProps } from 'tailwind-variants'; declare const comboboxStyles: import('tailwind-variants').TVReturnType<{ hasError: { true: { trigger: string; }; }; }, { trigger: string[]; triggerWrapper: string; placeholderText: string; selectedText: string; chevronIcon: string; content: string[]; commandInput: string; commandEmpty: string; commandList: string; commandGroup: string; commandItem: string[]; commandItemContent: string; commandItemDisabled: string; icon: string; checkIcon: string; commandSeparator: string; scrollArea: string; closeItem: string; footer: string; }, undefined, { hasError: { true: { trigger: string; }; }; }, { trigger: string[]; triggerWrapper: string; placeholderText: string; selectedText: string; chevronIcon: string; content: string[]; commandInput: string; commandEmpty: string; commandList: string; commandGroup: string; commandItem: string[]; commandItemContent: string; commandItemDisabled: string; icon: string; checkIcon: string; commandSeparator: string; scrollArea: string; closeItem: string; footer: string; }, import('tailwind-variants').TVReturnType<{ hasError: { true: { trigger: string; }; }; }, { trigger: string[]; triggerWrapper: string; placeholderText: string; selectedText: string; chevronIcon: string; content: string[]; commandInput: string; commandEmpty: string; commandList: string; commandGroup: string; commandItem: string[]; commandItemContent: string; commandItemDisabled: string; icon: string; checkIcon: string; commandSeparator: string; scrollArea: string; closeItem: string; footer: string; }, undefined, unknown, unknown, undefined>>; type ComboboxStyles = VariantProps; export { comboboxStyles, type ComboboxStyles }; //# sourceMappingURL=combobox.css.d.ts.map