import { PropertyValue } from "../PropertyValue"; export declare class BirthdayPropertyValue extends PropertyValue { timeZoneId: string; birthday: string; constructor(birthday: Date, timeZoneId: string); isEmpty(): boolean; }