///
import type { StoryObj } from '@storybook/react';
declare const meta: {
title: string;
component: import("react").ForwardRefExoticComponent>;
parameters: {
description: string;
shadcn: string;
tailwind: {
component: string;
category: string;
group: string;
};
};
args: {
placeholder: string;
type: "email";
};
};
export default meta;
type Story = StoryObj;
export declare const InputStory: Story;
export declare const Disabled: Story;
export declare const WithLabel: Story;
export declare const WithText: Story;
export declare const WithButton: Story;