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