import { VariantProps } from 'tailwind-variants'; declare const selectStyles: import('tailwind-variants').TVReturnType<{ hasError: { true: { select: string; }; }; }, { wrapper: string; select: string[]; icon: string[]; }, undefined, { hasError: { true: { select: string; }; }; }, { wrapper: string; select: string[]; icon: string[]; }, import('tailwind-variants').TVReturnType<{ hasError: { true: { select: string; }; }; }, { wrapper: string; select: string[]; icon: string[]; }, undefined, unknown, unknown, undefined>>; type SelectStyles = VariantProps; export { selectStyles, type SelectStyles }; //# sourceMappingURL=select.css.d.ts.map