import * as i0 from "@angular/core";
export declare class LayoutDefinitionComponent {
    until: number;
    columns: number;
    name: string;
    /**
     * Setting addBottomPadding to True will add bottom padding to all layout-items,
     * otherwise does NOT add bottom padding to any layout-items.
     */
    addBottomPadding: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDefinitionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDefinitionComponent, "sme-layout-definition", never, { "until": "until"; "columns": "columns"; "name": "name"; "addBottomPadding": "addBottomPadding"; }, {}, never, never, false, never>;
}
