import React from 'react'; declare const _default: { title: string; component: React.FC; parameters: { docs: { description: { component: string; }; source: { code: string; }; }; }; argTypes: { classes: { description: string; defaultValue: { containerClassName: string; inputContainerClassName: string; inputClassName: string; passwordViewButtonClassName: string; passwordStrengthBarClassName: string; passwordStrengthBarContainerClassName: string; passwordCriteriaListClassName: string; passwordCriteriaClassName: string; buttonClassName: string; errorClassName: string; }; table: { type: { summary: string; detail: any; }; defaultValue: { summary: string; }; }; control: { disable: boolean; }; }; onSuccessMsg: { description: string; }; onErrorMsg: { description: string; }; loadingComponent: { description: string; control: { disable: boolean; }; }; passwordViewIcon: { defaultValue: JSX.Element; control: { disable: boolean; }; }; passwordHideIcon: { defaultValue: JSX.Element; control: { disable: boolean; }; }; passwordFulfilledCriteriaIcon: { defaultValue: JSX.Element; control: { disable: boolean; }; }; passwordUnfulfilledCriteriaIcon: { defaultValue: JSX.Element; control: { disable: boolean; }; }; }; }; export default _default; export declare const Default: { (args: any): JSX.Element; parameters: any; };