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