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