///
/**
* A Higher Order Component used to be provide a unique instance ID by
* component.
*/
declare const withInstanceId: (Inner: import("react").ComponentType) => import("react").ComponentType>;
export default withInstanceId;
//# sourceMappingURL=index.d.ts.map