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