import React from 'react'; import { IconFontType } from './types'; declare const IconFont: (props: IconFontType) => React.JSX.Element; export default IconFont;