import { default as React } from 'react'; import { PasswordRule } from '../passwordRule'; type Props = { password: string | null; rules: PasswordRule[]; }; export declare const PasswordValidator: ({ password, rules }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=PasswordValidator.d.ts.map