import React from 'react';
import { IconProps } from "./";
declare const WhatsAppOutline: React.FC<IconProps>;
export default WhatsAppOutline;
