//#region src/components-page/account-settings/email-and-auth/password-section.d.ts declare function PasswordSection(props?: { mockMode?: boolean; }): import("react/jsx-runtime").JSX.Element | null; //#endregion export { PasswordSection }; //# sourceMappingURL=password-section.d.ts.map