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