import { IOT_OVERVIEW_STYLE_TYPES } from "../../utils/enums";
export declare class SlIotOverviewRow {
    type: IOT_OVERVIEW_STYLE_TYPES | `${IOT_OVERVIEW_STYLE_TYPES}`;
    private getStyle;
    render(): any;
}
