import AtomPopupButton from "../buttons/AtomPopupButton"; import SRCalendar from "../calendar/res/SRCalendar"; export default class AtomDateField extends AtomPopupButton { static readonly _$_url: any; protected srCalendar: SRCalendar; selectedDate: Date; yearStart: any; yearEnd: any; enableFunc: any; currentMonth: any; itemTemplate: any; create(): void; }