import { ElementRef } from '@angular/core';
import { LoadingConfig } from './loading-config';
export declare class TlLoadingComponent {
    element: ElementRef;
    config: LoadingConfig;
    constructor(element: ElementRef);
}
