import { AbstractControl } from '@angular/forms'; import { ActivatedRoute } from '@angular/router'; import { Store } from '@ngrx/store'; import { SubscriptionnerDirective } from '@onepoint-yap/dashboard'; import { AdminState } from '../store/admin.reducer'; import * as i0 from "@angular/core"; export declare class YapAdminComponent extends SubscriptionnerDirective { private store; private route; limit?: string; constructor(store: Store, route: ActivatedRoute); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare function noWhitespaceValidator(control: AbstractControl): { whitespace: boolean; } | null;