/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ /** * Content of a card, needed as it's used as a selector in the API. * @docs-private */ import * as ɵngcc0 from '@angular/core'; export declare class MatCardContent { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Title of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class MatCardTitle { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Sub-title of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class MatCardSubtitle { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Action section of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class MatCardActions { /** Position of the actions inside the card. */ align: 'start' | 'end'; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Footer of a card, needed as it's used as a selector in the API. * @docs-private */ export declare class MatCardFooter { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Image used in a card, needed to add the mat- CSS styling. * @docs-private */ export declare class MatCardImage { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Image used in a card, needed to add the mat- CSS styling. * @docs-private */ export declare class MatCardSmImage { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Image used in a card, needed to add the mat- CSS styling. * @docs-private */ export declare class MatCardMdImage { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Image used in a card, needed to add the mat- CSS styling. * @docs-private */ export declare class MatCardLgImage { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Large image used in a card, needed to add the mat- CSS styling. * @docs-private */ export declare class MatCardXlImage { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * Avatar image used in a card, needed to add the mat- CSS styling. * @docs-private */ export declare class MatCardAvatar { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵ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: * - mat-card-title * - mat-card-subtitle * - mat-card-content * - mat-card-actions * - mat-card-footer */ export declare class MatCard { _animationMode?: string | undefined; constructor(_animationMode?: string | undefined); static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵ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 MatCardHeader { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵ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 MatCardTitleGroup { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration; } //# sourceMappingURL=card.d.ts.map