import * as i0 from "@angular/core"; export declare class OrderListingHelperService { selectedOrderListingTabName: string; isEqivalizedToggleOn: boolean; orderListingFiltersAlreadyApplied: boolean; orderClicked: boolean; orderCardViewClicked: boolean; getTvRevenueTabEasyFilters(): ({ label: string; filters: { text: string; isActive: boolean; isDisabled: boolean; iconRequired: boolean; }[]; class?: undefined; } | { label: string; filters: { text: string; isActive: boolean; isDisabled: boolean; iconRequired: boolean; isSvgIcon: boolean; }[]; class?: undefined; } | { label: string; class: string; filters: ({ text: string; isActive: boolean; isDisabled: boolean; iconRequired: boolean; isSvgIcon: boolean; } | { text: string; isActive: boolean; isDisabled: boolean; iconRequired: boolean; isSvgIcon?: undefined; })[]; })[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }