import type { VariantProps } from "tailwind-variants";
export declare const timeFieldVariants: import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: string;
        true: string;
    };
}, undefined, "time-field", {
    fullWidth: {
        false: string;
        true: string;
    };
}, undefined, import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: string;
        true: string;
    };
}, undefined, "time-field", unknown, unknown, undefined>>;
export type TimeFieldVariants = VariantProps<typeof timeFieldVariants>;
//# sourceMappingURL=time-field.styles.d.ts.map