import * as i0 from "@angular/core";
export declare class FooterComponent {
    justify: 'start' | 'end' | 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly';
    static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "modal-footer", never, { "justify": { "alias": "justify"; "required": false; }; }, {}, never, ["*"], false, never>;
}
