import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models"; import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux"; import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition"; import { LinkPropertyValue } from "../values"; export declare class LinkDisplaySettings extends PropertyDisplaySettingsBase { locks?: PropertyLockStatusType, "label">>; sip?: boolean; } export type LinkEditorSettings = { required?: boolean; }; export declare const LinkPropertyDefinitionId: Guid; export declare class LinkPropertyDefinition extends PropertyDefinition { id: Guid; typeName: string; }