import React from 'react'; import { IconProps } from './types'; declare const Icon: ({ fill, type, size, onClick }: IconProps) => React.JSX.Element; export default Icon;