/// import type IconType from '../IconType'; declare const Check: ({ color, size, ...rest }: IconType) => JSX.Element; export default Check;