/**
* This is React hook – an and escape hatch – to make sure that a value is the same
* on every render. SHOULD NOT BE USED IN MOST CASES.
*
* @internal
*/
export declarefunctionuseUnique<ValueType>(value: ValueType): ValueType;
//# sourceMappingURL=useUnique.d.ts.map