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