import { ShaderMaterial } from 'three';
import type { Props } from '@threlte/core';
declare const UvMaterial: import("svelte").Component<Props<ShaderMaterial>, {}, "ref">;
type UvMaterial = ReturnType<typeof UvMaterial>;
export default UvMaterial;
