export declare const PasswordTheme: { meter: { background: string; borderRadius: string; height: string; }; icon: { color: string; }; overlay: { background: string; borderColor: string; borderRadius: string; color: string; padding: string; shadow: string; }; content: { gap: string; }; colorScheme: { light: { strength: { weakBackground: string; mediumBackground: string; strongBackground: string; }; }; dark: { strength: { mediumBackground: string; strongBackground: string; }; }; }; };