import React from "react"; import CenterDecorator from "../../utils/center-decorator"; declare const _default: { title: string; decorators: (typeof CenterDecorator)[]; argTypes: { label: { control: string; defaultValue: string; }; required: { control: string; defaultValue: boolean; }; helperText: { control: string; defaultValue: string; }; error: { control: string; defaultValue: string; }; }; }; export default _default; export declare const PhoneNumberInputStory: import("@storybook/types").AnnotatedStoryFn; export declare const PhoneNumberInputDisableStory: import("@storybook/types").AnnotatedStoryFn; export declare const PhoneInputStory: { (): React.JSX.Element; story: { name: string; }; }; export declare const PhoneNumberInputV2: { (): React.JSX.Element; story: { name: string; }; }; export declare const PhoneNumberInputStoryV1: import("@storybook/types").AnnotatedStoryFn; export declare const PhoneNumberInputIsDisableCountriesStoryV1: import("@storybook/types").AnnotatedStoryFn;