import * as i0 from "@angular/core"; /** * Content of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class SCCardContent { contentPadded: boolean; paddedClass: boolean; ngAfterContentChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Title of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class SCCardHeaderText { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Title of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class SCCardTitle { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Sub-title of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class SCCardSubtitle { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Action section of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class SCCardActions { /** Position of the actions inside the card. */ align: 'start' | 'end'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Footer of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class SCCardFooter { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Image used in a card, needed to add the sc- CSS styling. * @docs-private */ export declare class SCCardImage { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Image used in a card, needed to add the sc- CSS styling. * @docs-private */ export declare class SCCardSmImage { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Image used in a card, needed to add the sc- CSS styling. * @docs-private */ export declare class SCCardMdImage { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Image used in a card, needed to add the sc- CSS styling. * @docs-private */ export declare class SCCardLgImage { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Large image used in a card, needed to add the sc- CSS styling. * @docs-private */ export declare class SCCardXlImage { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Avatar image used in a card, needed to add the sc- CSS styling. * @docs-private */ export declare class SCCardAvatar { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * A basic content container component that adds the styles of a Material design card. * * While this component can be used alone, it also provides a number * of preset styles for common card sections, including: * - sc-card-title * - sc-card-subtitle * - sc-card-content * - sc-card-actions * - sc-card-footer */ export declare class SCCard { _animationMode?: string; constructor(_animationMode?: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Component intended to be used within the `` component. It adds styles for a * preset header section (i.e. a title, subtitle, and avatar layout). * @docs-private */ export declare class SCCardHeader { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Component intended to be used within the `` component. It adds styles for a preset * layout that groups an image with a title section. * @docs-private */ export declare class SCCardTitleGroup { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }