import { AfterViewInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core'; import { NgxRulerInterface } from './ngx-ruler.interface'; import * as i0 from "@angular/core"; export declare class NgxRulerComponent extends NgxRulerInterface implements AfterViewInit, OnChanges, OnDestroy { private rulerRef; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; ngOnDestroy(): void; setStyle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }