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