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