import { AuthSchema } from '../types/auth.js'; export declare const SignUp: ({ schema }: { schema: AuthSchema; }) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=SignUp.d.ts.map