import type { Object3D } from 'three';
import type { CSS3DObjectPlus } from './three/CSS3DObject';
export default function getAllCSS3DObject(object: Object3D[] | Object3D): CSS3DObjectPlus<HTMLElement>[];
