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