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