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