import { PropertyValue } from "../PropertyValue";
export declare class TimePropertyValue extends PropertyValue {
    time: Date;
    timeZoneId: string;
    isEmpty(): boolean;
}
