import { VariantProps } from 'class-variance-authority';
export declare const inputVariants: (props?: ({
    variant?: "default" | "border" | null | undefined;
    invalid?: boolean | null | undefined;
    disabled?: boolean | null | undefined;
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
export type InputVariantsProps = VariantProps<typeof inputVariants>;
