import { RuntimeEngine } from '@easytwin/runtime'; export declare const useGetSelectedEntities: (engine: RuntimeEngine | undefined) => import('@easytwin/runtime').RuntimeComponent[] | undefined;