import { Variable } from '@mtna/pojo-consumer-ts'; import * as i0 from "@angular/core"; /** * Variable Information Component to display variable properties. * * @author Zach Edwards */ export declare class RdsVariableInformationComponent { /** Required variable to display */ set variable(variable: Variable | undefined); get variable(): Variable | undefined; private _variable; /** Whether to show or hide the variable name */ showVariableName: boolean; /** Whether there are descorator properties to show */ hasDecorators: boolean; _iconMap: { [key: string]: string; }; _labelMap: { [key: string]: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }