import { ZxcvbnResult, zxcvbn, zxcvbnAsync } from '@zxcvbn-ts/core'; export declare const usePasswordStrength: (password: string, loadingFn?: () => Promise) => ZxcvbnResult | null; export { zxcvbn, zxcvbnAsync };