import { OnDestroy, AfterViewInit } from "@angular/core"; import { IdService } from "../shared/services/id.service"; export declare class CaptionComponent implements OnDestroy, AfterViewInit { private idService; avatarAlign: "top" | "center"; avatarColor: string; avatarSize: "small" | "medium" | "large" | "xlarge" | "xxlarge"; avatarText: string; avatarTextColor: string; circle: boolean; icon: string; iconSize: "" | "xs" | "sm" | "normal-size" | "lg" | "2x" | "3x" | "5x" | "7x" | "10x"; iconWeight: "solid" | "regular" | "light"; id: string; image: string; imageText: string; link: string; linkLabel: string; routerTo: string; text: string; textSize: "small" | "regular"; title: string; avatarClass: string; $defaultContent: any; defaultContentPresent: boolean; headerContentPresent: boolean; constructor(idService: IdService); ngOnDestroy(): void; ngAfterViewInit(): void; readonly ClassGen: { [x: string]: string | boolean; "rbc-caption-avatar-circle": boolean; "b-transparent": boolean; }; divClassGen(): {}; }