import { IconProps } from '../Icon'; declare function SvgCast(props: IconProps): JSX.Element; export default SvgCast;