import { OnInit, OnChanges, SimpleChanges } from '@angular/core'; import { VtsCardComponent } from './card.component'; import { BooleanInput } from '@ui-vts-kit/ng-vts/core/types'; import { VtsAvatarComponent } from '@ui-vts-kit/ng-vts/avatar'; import * as i0 from "@angular/core"; export declare class VtsCardMetaTitleComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class VtsCardMetaDescriptionComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class VtsCardMetaAvatarComponent extends VtsAvatarComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export type VtsCardMetaAlign = 'left' | 'right' | 'center'; export type VtsCardMetaDirection = 'horizontal' | 'vertical'; export declare class VtsCardMetaComponent implements OnInit, OnChanges { private parent; static ngAcceptInputType_vtsBordered: BooleanInput; vtsTitle?: string | null; vtsDescription?: string | null; vtsBordered?: boolean; vtsAlign?: VtsCardMetaAlign; vtsDirection?: VtsCardMetaDirection; vtsAvatarTemplate?: VtsCardMetaAvatarComponent; vtsTitleTemplate?: VtsCardMetaTitleComponent; vtsDescriptionTemplate?: VtsCardMetaDescriptionComponent; constructor(parent: VtsCardComponent); ngOnInit(): void; ngOnChanges(_changes: SimpleChanges): void; setParentProperty(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }