import React from 'react'; import { IIcon } from '../Icon/Icon'; export interface IModalIcon extends IIcon { } declare const ModalIcon: React.FC; export default ModalIcon;