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