import * as i0 from "@angular/core"; /** * A basic content container component that adds the styles of a BAO design card. * * While this component can be used alone, it also provides a number * of preset styles for common card sections, including: * * bao-card-body * * bao-card-title * * bao-card-bao-text-interface * * More to come! */ export declare class BaoCardComponent { padding: 'normal' | 'large'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Header of a card, needed as it's used as a selector in the API. */ export declare class BaoCardHeader { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Body of a card, needed as it's used as a selector in the API. */ export declare class BaoCardContent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Title of a card, needed as it's used as a selector in the API. */ export declare class BaoCardTitle { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Text of a card, needed as it's used as a selector in the API. */ export declare class BaoCardTextInterface { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }