import { Dictionary } from '../../../.deps/ui/core-web/src'; export type PasswordFieldTranslations = { tooShort: string; weak: string; good: string; strong: string; }; export declare const dictionary: Dictionary;