import { FormGroup } from '@angular/forms'; import { OnInit } from '@angular/core'; import { BaseModalComponent } from '../base-modal.component'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { InputModal, InputModalResponse } from '@outerlimitstech/ngx-app-core'; import * as i0 from "@angular/core"; export declare class InputModalComponent extends BaseModalComponent implements OnInit { bsModalRef: BsModalRef; entryForm: FormGroup; settings: InputModal; response: InputModalResponse; dateValue: Date; timeValue: Date; constructor(bsModalRef: BsModalRef); ngOnInit(): void; createForm(): FormGroup; save(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }