import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CardSectionComponent {
    title: string | TemplateRef<unknown>;
    bordered: boolean;
    isTemplateRef: (label: any) => label is TemplateRef<unknown>;
    static ɵfac: i0.ɵɵFactoryDeclaration<CardSectionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CardSectionComponent, "acl-card-section", never, { "title": { "alias": "title"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; }, {}, never, ["*"], true, never>;
}
