import { TemplateRef } from '@angular/core';
export declare class LoadingComponent {
    loadingTemplateRef: TemplateRef<any>;
    message: string;
    top: string;
    left: string;
    customPosition: boolean;
}
