declare const meta: {
    title: string;
    component: import('react').ForwardRefExoticComponent<import('../components/ui/input').InputProps & import('react').RefAttributes<HTMLInputElement>>;
    tags: string[];
    argTypes: {};
};
export default meta;
export declare const Default: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        type: string;
        placeholder: string;
    };
};
export declare const Disabled: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        type: string;
        placeholder: string;
    };
};
export declare const WithLabel: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        type: string;
        placeholder: string;
    };
};
export declare const WithText: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        type: string;
        placeholder: string;
    };
};
export declare const WithButton: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        type: string;
        placeholder: string;
    };
};
