import { TemplateRef } from '@angular/core';
import { DrawerComponent } from './drawer.component';
import * as i0 from "@angular/core";
export declare class DrawerFooterTemplateDirective {
    constructor(drawer: DrawerComponent, templateRef: TemplateRef<unknown>);
    static ɵfac: i0.ɵɵFactoryDeclaration<DrawerFooterTemplateDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerFooterTemplateDirective, "[xuiDrawerFooterTemplate]", ["xuiDrawerFooterTemplate"], {}, {}, never, never, false, never>;
}
