///
import { ComponentMeta, ComponentStory } from '@storybook/react';
import Field from './Field';
export declare const Password: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
};
storyName: string;
};
export declare const Select: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
options: {
defaultValue: {
value: string;
text: string;
}[];
control: {
type: string;
};
};
};
storyName: string;
};
export declare const Search: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
};
storyName: string;
};
export declare const Timezone: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
};
storyName: string;
};
export declare const Duration: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
};
storyName: string;
};
export declare const Phone: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
};
storyName: string;
};
export declare const Editor: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
};
storyName: string;
};
export declare const Textarea: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
};
storyName: string;
};
export declare const Number: {
(args: import("./Field").FieldProperties): JSX.Element;
argTypes: {
variant: {
options: readonly ["primary", "destructive", "warning", "standard", "opaque", "opaque-rounded", "flat-destructive", "flat-primary"];
defaultValue: string;
control: {
type: string;
};
};
size: {
options: readonly ["xs", "sm", "md", "lg", "xl"];
defaultValue: string;
control: {
type: string;
};
};
label: {
defaultValue: string;
control: {
type: string;
};
};
name: {
defaultValue: string;
control: {
type: string;
};
};
};
storyName: string;
};
declare const _default: ComponentMeta<(props: import("./Field").FieldProperties) => JSX.Element>;
export default _default;
export declare const Text: ComponentStory;
export declare const Currency: ComponentStory;
export declare const Address: ComponentStory;
export declare const DateOfBirth: ComponentStory;
export declare const Image: ComponentStory;
export declare const Toggle: ComponentStory;
export declare const ToggleButton: ComponentStory;
export declare const Transfer: ComponentStory;
export declare const Sample: () => JSX.Element;