import { IOT_OVERVIEW_COL_TYPES } from "../../../utils/enums";
export declare class SlIotOverviewCol {
    variation: 'statusCol';
    type: IOT_OVERVIEW_COL_TYPES | `${IOT_OVERVIEW_COL_TYPES}`;
    colDynamicClass: string;
    statusClass: string;
    colHeadClass: string;
    colMainClass: string;
    colMainClassWithBorder: string;
    colLinkClass: string;
    linkSubClass: string;
    statusDataCol: string;
    private renderHeadText;
    private rendervalueText;
    private rendervaluewithColorText;
    private renderLinkHeadText;
    private renderLinkValueText;
    private renderMainClass;
    private renderMainClassWithBorder;
    private renderLinkClass;
    private renderLinkSubClass;
    private renderstatusClass;
    render(): any;
}
