import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const PlugIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { PlugIcon, PlugIcon as default };
//# sourceMappingURL=Plug.d.ts.map