import { OnInit } from "@angular/core";
/**
 * @ignore
 */
export declare class NpLoading implements OnInit {
    r: number;
    thickness: number;
    colors: Array<string>;
    speed: number;
    constructor();
    ngOnInit(): void;
}
