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