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