import React from 'react';
import { IconProps } from './Icon.types';
declare const Icon: React.FC<IconProps>;
export default Icon;
