interface VerifyEmailProps { url: string; username?: string; expiryText?: string; } export declare const VerifyEmailTemplate: ({ url, username, expiryText, }: VerifyEmailProps) => any; export {}; //# sourceMappingURL=verify-email.d.ts.map