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