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