import { SVGProps } from 'react'; declare const IconCloseRegular: (props: SVGProps) => JSX.Element; export default IconCloseRegular;