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