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