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