import { VariantProps } from 'tailwind-variants'; declare const labelStyles: import('tailwind-variants').TVReturnType<{ disabled: { true: string; }; }, undefined, "text-sm leading-none text-foreground", { disabled: { true: string; }; }, undefined, import('tailwind-variants').TVReturnType<{ disabled: { true: string; }; }, undefined, "text-sm leading-none text-foreground", unknown, unknown, undefined>>; type LabelStyles = VariantProps; export { labelStyles, type LabelStyles }; //# sourceMappingURL=label.css.d.ts.map