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