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