import { ShaderMaterial } from "three"; export declare function useMaterials(): { [key: string]: ShaderMaterial; };