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