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