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