import { TemplateRef } from '@angular/core'; export declare class MFooterOperationsBarComponent { mFooterLeft?: string | TemplateRef; mFooterCenter?: string | TemplateRef; mFooterRight?: string | TemplateRef; }