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