import { ClassName } from "@helpers/types"; import { FC, HTMLAttributes } from "react"; interface SvgProps extends ClassName, Pick, "aria-label"> { } declare const CircularCloseSvg: FC; export default CircularCloseSvg;