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