import React from 'react'; import { IconProps } from './types'; declare const IcBioFacebook: ({ color, href }: IconProps) => React.JSX.Element; export { IcBioFacebook };