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