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