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