import React, { SVGProps } from 'react'; declare const CheckIcon: React.MemoExoticComponent<(props: SVGProps) => JSX.Element>; export { CheckIcon };