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