import type { JSX } from 'react'; declare function CloseIcon(props: JSX.IntrinsicElements['svg']): JSX.Element; export { CloseIcon };