import React from 'react';
export interface WhatsappProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const Whatsapp: React.FC<WhatsappProps>;
//# sourceMappingURL=Whatsapp.native.d.ts.map