import { MeshStandardMaterial, Color } from 'three';
export declare const step = 0.000001;
export declare function sdfMaterialMesh(color: Color, wireframe: boolean): MeshStandardMaterial;
