import { Icon } from '../iconTypes';
declare const IconCheck: ({ className, color, height, title, width }: Icon) => JSX.Element;
export default IconCheck;
