import { OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class MdlCardComponent { isCard: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlCardChildStructure implements OnInit { private mdlCardComponent; private childComponentName; constructor(mdlCardComponent: MdlCardComponent, childComponentName: string); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlCardTitleComponent extends MdlCardChildStructure { isCardTitle: boolean; constructor(mdlCardComponent: MdlCardComponent); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlCardSupportingTextComponent extends MdlCardChildStructure { isSupportingText: boolean; constructor(mdlCardComponent: MdlCardComponent); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlCardMediaComponent extends MdlCardChildStructure { isCardMedia: boolean; constructor(mdlCardComponent: MdlCardComponent); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlCardActionsComponent extends MdlCardChildStructure { isCardAction: boolean; constructor(mdlCardComponent: MdlCardComponent); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlCardMenuComponent extends MdlCardChildStructure { isCardMenu: boolean; constructor(mdlCardComponent: MdlCardComponent); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MdlCardTitleTextDirective { isCardTitleText: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlCardBorderDirective { isCardBorder: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlCardExpandDirective { isCardExpand: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }