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