import { OnInit } from "@angular/core"; import { NgbModal, NgbModalRef } from "@ng-bootstrap/ng-bootstrap"; import { MissingPostedDataConstant } from "./constants/missing-posted-data.constant"; import { MissingPostedData, MissingPostedDataRequestPayload, PostedDataConstants } from "./models/missing-posted-data.model"; import * as i0 from "@angular/core"; export declare class MissingPostedDataComponent implements OnInit { private modalService; page: string; isHHData: boolean; selectedDemoCount: number; showDemographicInfo: boolean; missingPostedData: MissingPostedData; payload: MissingPostedDataRequestPayload; constants: typeof MissingPostedDataConstant; private postedDataNotFoundModal; postedDataNotFoundModalReference: NgbModalRef; PostedDataConstants: typeof PostedDataConstants; measurementAgencyDate: string; constructor(modalService: NgbModal); ngOnInit(): void; showPostedDataNotFoundDetails(): void; closeModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }