import { Attribute, EditorStateType, Element, Property } from '../../editorRendererController';

/** Entity = Element, Property or Attribute */
export declare const doesEntityBelongToViewport: (entity_id: string, viewport: string | undefined | null, isViewportAutarkic: boolean | undefined, viewport_references: EditorStateType["viewport_references"], entityViewport: string | null, entities: (Property | Attribute | Element)[]) => boolean;
