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