import React from 'react'; interface WhatsAppIconProps { color?: string; className?: string; size?: number; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function WhatsAppIcon({ className, size, color }: WhatsAppIconProps): React.JSX.Element; export {}; //# sourceMappingURL=whatsapp-icon.d.ts.map