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