import { DrawingID, ObjectID } from '@buerli.io/core'; export declare const useIsDisabled: (drawingId: DrawingID, featureId: ObjectID) => boolean;