//#region src/components-page/sign-up.d.ts declare function SignUp(props: { fullPage?: boolean; automaticRedirect?: boolean; noPasswordRepeat?: boolean; extraInfo?: React.ReactNode; firstTab?: 'magic-link' | 'password'; }): import("react/jsx-runtime").JSX.Element; //#endregion export { SignUp as t }; //# sourceMappingURL=sign-up-BjE_0DB4.d.ts.map