import "bootstrap/dist/css/bootstrap.css"; import { ComponentStory } from "@storybook/react"; import Field from "../components/Field/Field"; declare const _default: import("@storybook/types").ComponentAnnotations> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export default _default; export declare const Basic: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const CustomLabel: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const CustomPlaceholder: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Disabled: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Required: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const CustomId: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const HiddenField: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const HiddenLabel: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Large: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Small: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Checkbox: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Radio: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const MultipleRadio: ComponentStory; export declare const Password: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Url: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Number: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const DateTime: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Date: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Time: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Color: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const TextArea: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const File: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Range: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const Select: ComponentStory; export declare const SelectMultiple: ComponentStory; export declare const SubmitWithLoading: ComponentStory; export declare const Validation: ComponentStory; export declare const CustomField: ComponentStory; export declare const CustomHiddenField: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const CustomDisabledField: import("@storybook/types").AnnotatedStoryFn> & import("reactstrap").InputProps & { errorMessageProps?: import("formik").ErrorMessageProps | undefined; labelProps?: import("reactstrap").LabelProps | undefined; labelText?: string | undefined; withLoading?: boolean | undefined; withTemplate?: boolean | undefined; }>; export declare const CustomFieldWithValidation: ComponentStory;