import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.ForwardRefExoticComponent; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const WithShowText: (props: Props) => JSX.Element; export declare const WithPlaceholder: (props: Props) => JSX.Element; export declare const WithError: (props: Props) => JSX.Element; export declare const WithButtons: (props: Props) => JSX.Element; export declare const WithButtonsAndNote: (props: Props) => JSX.Element; export declare const Large: (props: Props) => JSX.Element; export declare const WithCapsLockWarning: (props: Props) => JSX.Element; //# sourceMappingURL=PasswordInput.stories.d.ts.map