/**
* TangiblesDebugger
* Displays the current state of TUIO connections, tangibles, and touch zones.
* Must be used within a TUIOProvider context.
*
* @example
* ```svelte
*
*
*
* ```
*/
declare const TangiblesDebugger: import("svelte").Component, {}, "">;
type TangiblesDebugger = ReturnType;
export default TangiblesDebugger;