import { Guid } from "@omnia/fx-models"; import { PropertyValue } from "../PropertyValue"; export declare class UserTypePropertyValue extends PropertyValue { id: Guid; constructor(id: Guid); isEmpty(): boolean; }