import * as i0 from "@angular/core";
/**
 * A title component designed for use within cards
 *
 * @remarks
 * Part of the card component ecosystem. Provides consistent styling
 * and typography for card titles. Should be used inside `<st-card>` components.
 *
 * @example
 * ```html
 * <st-card>
 *   <st-card-title>Card Header</st-card-title>
 *   <p>Card content</p>
 * </st-card>
 * ```
 *
 * @example
 * ```html
 * <st-card-title class="custom-class">
 *   Custom Styled Title
 * </st-card-title>
 * ```
 */
export declare class CardTitleComponent {
    static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardTitleComponent, "st-card-title", never, {}, {}, never, ["*"], true, never>;
}
