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