import * as i0 from "@angular/core";
export declare class PerfRefreshCountComponent {
    counter: number;
    /**
     * Component name
     */
    name: string;
    /**
     * Counter label
     */
    counterLabel: string;
    /**
     * Log number of angular component refresh
     */
    onRefreshCounter(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PerfRefreshCountComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PerfRefreshCountComponent, "ngx-cl-perf-refresh-count", never, { "name": "name"; "counterLabel": "counterLabel"; }, {}, never, never, false>;
}
