import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class IgxRowLoadingIndicatorTemplateDirective {
    template: TemplateRef<any>;
    constructor(template: TemplateRef<any>);
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxRowLoadingIndicatorTemplateDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<IgxRowLoadingIndicatorTemplateDirective, "[igxRowLoadingIndicator]", never, {}, {}, never, never, true, never>;
}
