/// <reference types="react" />
export interface IconLogoWhatsappProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconLogoWhatsapp: React.FC<IconLogoWhatsappProps>;
