interface ResetPasswordEmailProps { url: string; username?: string; } export declare const ResetPasswordEmail: ({ url, username, }: ResetPasswordEmailProps) => any; export {}; //# sourceMappingURL=reset-password.d.ts.map