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