import { FormConfig } from "@lumeweb/portal-framework-ui"; //#region src/ui/forms/otp.d.ts declare const getOtpForm: (login: (values: { otp: string; redirectTo?: string; }) => void, to?: string) => FormConfig; //#endregion export { getOtpForm }; //# sourceMappingURL=otp.d.ts.map