import { OnInit, ElementRef, AfterViewInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RingComponent implements OnInit, AfterViewInit {
    private _text;
    width: string;
    height: string;
    color: string;
    innerWidth: string;
    textEl: ElementRef<HTMLDivElement>;
    set text(value: string);
    get text(): string;
    constructor();
    ngAfterViewInit(): void;
    ngOnInit(): void;
    private doText;
    textStyle(i: number, size: number): string;
    style(): string;
    innerStyle(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<RingComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RingComponent, "mc-ring", never, { "width": "width"; "height": "height"; "color": "color"; "innerWidth": "innerWidth"; "text": "text"; }, {}, never, ["*"], false, never>;
}
