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