import { DrawingID, ObjectID } from '@buerli.io/core'; export declare function useFeaturesIds(drawingId: DrawingID, curInstanceId: ObjectID): ObjectID[]; export declare function getFeaturesIds(drawingId: DrawingID, curInstanceId: ObjectID): ObjectID[]; export declare function getMenuHeader(drawingId: DrawingID, objId: ObjectID): { name: string; icon: any; };