import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DokuSelectLoadingTemplate {
    templateRef: TemplateRef<unknown>;
    constructor(templateRef: TemplateRef<unknown>);
    static ɵfac: i0.ɵɵFactoryDeclaration<DokuSelectLoadingTemplate, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DokuSelectLoadingTemplate, "ng-template[doku-select-loading-template]", ["dokuSelectLoadingTemplate"], {}, {}, never, never, true>;
}
