import React, { ComponentProps } from 'react'; import PasswordStrength from '.'; declare const _default: { title: string; component: React.FC>; args: { password: string; showHints: boolean; translations: { hint1: string; hint2: string; hint3: string; hint4: string; hint5: string; }; onValidate: () => void; }; }; export default _default; export declare const Default: (args: ComponentProps) => React.JSX.Element;