declare const Debug: import("svelte").Component<{ componentState: any; }, {}, "">; type Debug = ReturnType; export default Debug;