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