import * as i0 from "@angular/core"; export type CardSectionBodyGapProps = 'tight' | 'normal' | 'relaxed' | null | undefined; export type CardSectionBodyProps = { gap?: CardSectionBodyGapProps; class?: string; }; export declare class CardSectionBodyComponent { gap: import("@angular/core").InputSignal; class: import("@angular/core").InputSignal; containerClass: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }