import 'server-only'; interface Props { actionPath: string; } export default function SignUpPage({ actionPath, }: Props): Promise; export {}; //# sourceMappingURL=RegisterPage.d.ts.map