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 { PhoneNumberPropertyValue } from "../values"; export declare class PhoneDisplaySettings extends PropertyDisplaySettingsBase { locks?: PropertyLockStatusType, "label">>; } export type PhoneEditorSettings = { locks?: PropertyLockStatusType>; required: boolean; multiple?: boolean; }; export declare const PhoneNumberPropertyDefinitionId: Guid; export declare class PhoneNumberPropertyDefinition extends PropertyDefinition { id: Guid; typeName: string; }