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