import * as i0 from "@angular/core"; export declare class GtrDisplayValueComponent { /** To manage skeleton loading state of component */ loading: boolean; /** Label value of component */ label: string; /** Value of component */ value: any; /** * 'html' Content type is used to show value as an html/text * 'projected' Content type is used to show content in ng-content with the help of slot='custom-content' passed as an attribute to its parent container */ contentType: 'html' | 'projected'; /** id attribute of component */ id: string; /** dataTestId attribute of component */ dataTestId: string; /** Skeleton configurations */ skeletonConfigs: { repeat: number; className: string; height: string; width: string; }; dataTransactionName: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }