import { TemplateRef } from '@angular/core'; export declare class DatatableFooterDirective { footerHeight: number; totalMessage: string; selectedMessage: string | boolean; pagerLeftArrowIcon: string; pagerRightArrowIcon: string; pagerPreviousIcon: string; pagerNextIcon: string; _templateInput: TemplateRef; _templateQuery: TemplateRef; get template(): TemplateRef; }