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