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