import { THREE, type Viewer3d } from "@x-viewer/core"; /** Read-only animation clip list for the CAD Editor Node panel. */ export declare function appendAnimationSection(container: HTMLElement, viewer: Viewer3d, target?: THREE.Object3D): void;