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