import * as i0 from "@angular/core"; /** Possible alignment options for card actions */ export type CardActionsAligmentProps = 'left' | 'right' | 'center'; /** * A container component for card action buttons/controls * * @remarks * Part of the card component ecosystem. Provides consistent layout * and alignment for card actions. Should be used inside `` * components following content sections. * * @example * ```html * * * * * * * * ``` */ export declare class CardActionsComponent { /** * Horizontal alignment of actions * @defaultValue 'left' */ alignment: import("@angular/core").InputSignal; /** * @internal * Computed class string for the actions container */ componentClass: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }