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