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