import * as React from 'react'; import { IconProps } from './common'; declare const Icon: React.FC; export default Icon;