import { AfterViewInit, OnDestroy, TemplateRef } from '@angular/core'; import { RealsoftDatepickerBase } from './base'; import { RealsoftDatepickerControl } from './models'; import * as i0 from "@angular/core"; export declare class RealsoftDatepickerApply { private _datepicker; constructor(); applySelection(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class RealsoftDatepickerCancel { _datepicker: RealsoftDatepickerBase, unknown, {}>; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class RealsoftDatepickerActions implements AfterViewInit, OnDestroy { private _datepicker; private _viewContainerRef; _template: TemplateRef; private _portal; constructor(); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }