import * as i0 from "@angular/core"; import * as i1 from "../../../common/sapphire-view-encapsulation"; /** * Marks a piece of UI as modal footer (eg. dialog, panel). Use only for * **custom** footer. For a standard modal footer with default padding, * use {@link ModalFooterComponent sp-modal-footer} instead. */ export declare class ModalFooterDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Standard modal footer component (eg. dialog, panel) with default * padding. For a custom footer, use * {@link ModalFooterDirective spModalFooter attribute directive}. */ export declare class ModalFooterComponent { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }