import { Loader } from 'three/webgpu'; export declare class PropertiesLoader extends Loader { constructor(); loadAsync(): Promise; } export interface IProperties { modelId: string; group: string; key: string; value: string | null; label: string | null; }