import React from 'react';
import { IIcon } from '../Icon/Icon';
export declare type IModalIcon = IIcon & {};
declare const ModalIcon: React.FC<IModalIcon>;
export default ModalIcon;
