import { BaseControlProperty } from '../../../property-panel';
export declare class CalendarPropertyConfig extends BaseControlProperty {
    constructor(componentId: string, designerHostService: any);
    getPropertyConfig(propertyData: any): {
        type: string;
        categories: {};
    };
    getBehaviorConfig(propertyData: any): {
        description: string;
        title: string;
        properties: {
            visible: {
                description: string;
                title: string;
                type: string;
                editor: any;
            };
        };
        setPropertyRelates(changeObject: any, parameters: any): void;
    };
    getBasicPropConfig(propertyData: any): void;
    private assembleSchemaEntityToTree;
    private onlySelectDateField;
    private treeNodeStatus;
    private showOptionsForMonth;
    private getCalendarConfig;
    private getEventPropConfig;
}
