import { ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { PghIndicatorColor, PghIndicatorPersistData } from './indicator.models'; import { PghIndicatorPersistService } from './pgh-indicator-persist.service'; import * as i0 from "@angular/core"; export declare class PghIndicatorDirective implements OnInit, OnChanges { private _elementRef; private indicatorPersistService; color: import("@angular/core").InputSignal; persistData: import("@angular/core").InputSignal; position: import("@angular/core").InputSignal<"top start" | "top end" | "bottom start" | "bottom end">; hidden: import("@angular/core").ModelSignal; private element; constructor(_elementRef: ElementRef, indicatorPersistService: PghIndicatorPersistService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private handlePersistence; private configLoaderAttributes; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }