/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; /** * Defines the content in the Card body. * The body is the main area of the Card where the primary content is displayed. * * @example * ```html * * Main content of the card. * * ``` */ export declare class CardBodyComponent { hostClass: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }
Main content of the card.