import type { InstanceProps } from './types.js';
declare const Instance: import("svelte").Component<InstanceProps, {}, "ref">;
type Instance = ReturnType<typeof Instance>;
export default Instance;
