import "./a11yclick"; declare var DialogBase: DojoJS.DojoClass void; maxRatio: number; closable: boolean; _setClosableAttr: (e: any) => void; postMixInProperties: () => void; postCreate: () => void; onLoad: () => void; focus: () => void; _endDrag: () => void; _setup: () => void; _size: () => void; _position: () => void; _onKey: (e: any) => void; show: () => any; hide: () => any; resize: (e: any) => void; _layoutChildren: () => void; destroy: () => void; }, [params?: (Partial & ThisType) | undefined, srcNodeRef?: string | Node | undefined]>; declare var Dialog: DijitJS.DialogConstructor; declare global { namespace DojoJS { interface Dijit { _DialogBase: typeof DialogBase; Dialog: typeof Dialog; } } } export = Dialog; //# sourceMappingURL=Dialog.d.ts.map