import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js';
export declare const useDraco: (decoderPath?: string) => DRACOLoader;
