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