import { Widget } from "../../core/widget";
export declare class DynamicDatePane extends Widget {
    static xtype: string;
    static EVENT_CHANGE: string;
    static Static: 1;
    static Dynamic: 2;
}