import React from "react"; interface BillingAlertEmailProps { organizationName: string; currentUsage: number; threshold: number; billingUrl: string; receiverEmail: string; } export declare const BillingAlertEmailTemplate: ({ organizationName, currentUsage, threshold, billingUrl, receiverEmail, }: BillingAlertEmailProps) => React.JSX.Element; export default BillingAlertEmailTemplate; //# sourceMappingURL=BillingAlertEmailTemplate.d.ts.map