import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const CloseIcon: FC; export default CloseIcon;