import { Input } from "lib";
declare const _default: {
    title: string;
    component: typeof Input;
    args: {
        value: string;
        disabled: boolean;
        invalid: boolean;
        valid: boolean;
        enhanceNativeSupport: boolean;
        required: boolean;
        type: string;
        size: string;
    };
    argTypes: {
        type: {
            name: string;
            control: {
                type: string;
            };
            options: string[];
        };
        size: {
            name: string;
            control: {
                type: string;
            };
            options: string[];
        };
    };
};
export default _default;
export declare function Inputs(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Input.stories.d.ts.map