/** * This is a generated file. Do not modify it manually. * * @script packages/icon/scripts/prebuild/index.ts * @checksum 98fc2e99b703a2989b258cc1aa497d53 */ import * as React from "react"; import { LGGlyph } from '../types'; export interface StreamingProps extends LGGlyph.ComponentProps { } declare const Streaming: { ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: StreamingProps): React.JSX.Element; displayName: string; isGlyph: boolean; }; export default Streaming; //# sourceMappingURL=Streaming.d.ts.map