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