import * as React from 'react'; import { IconProps } from './utils/iconFactory'; declare const Icon: React.FC; export { Icon, IconProps };