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