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