import * as React from "react";
import type { IconProps } from "../types";
declare const WIP: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default WIP;
//# sourceMappingURL=WIP.d.ts.map