/// import { IconProps } from '../../types'; declare const Stream: (allProps: IconProps) => JSX.Element; export default Stream;