import type { DebugProps } from './types';
declare const Debug: import("svelte").Component<DebugProps, {}, "ref">;
export default Debug;
