import { OnInit } from '@angular/core'; export declare class Dashlib2Component implements OnInit { private COMPONENT_NAME; abc: any; clearAllStatus: boolean; stateItems: any[]; customerModel: any; disableFields: boolean; cartSummaryData: any; conflictModel: any; manualReviewModel: any; hasItemsInCart: boolean; creditType: string; bdStoreId: number; rtStoreId: number; cdStoreId: number; csStoreId: number; creditClassS: string; subscription: any; storeId: number; customer: any; KarmaTestResult: any; isEmailAvailable: boolean; showCreditDetail: boolean; hasPOAddress: boolean; suucessmsg: string; customerModelpin: string; test: string; successmsg: string; isValidated: boolean; eligibilityErrorMsg: string; eligibilityMsg: string; isAALOrder: boolean; constructor(); ngOnInit(): void; }