import React__default from 'react';

type PasswordInputIndicatorProps = {
    strength?: any;
};
declare const PasswordStrengthIndicator: React__default.FC<PasswordInputIndicatorProps>;
type PasswordInputType = {
    onChange?: (e: React__default.ChangeEvent<HTMLInputElement>) => void;
    hidePopover?: boolean;
};
declare const PasswordInput: React__default.FC<PasswordInputType>;

export { PasswordInput, PasswordStrengthIndicator };
