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