import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';

declare const textarea: (props?: ({
    variant?: "solid" | "outline" | "rounded" | "underline" | null | undefined;
    resize?: "none" | "both" | "vertical" | "horizontal" | null | undefined;
    inline?: boolean | null | undefined;
    fullWidth?: boolean | null | undefined;
    disabled?: boolean | null | undefined;
    error?: boolean | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
type TextareaTheme = typeof textarea;

export { TextareaTheme, textarea };
