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