import { IOT_TABLE_ROW_TYPES } from "../../../utils/enums";
export declare class SlIOTTableRow {
    /** Type of the row */
    type: IOT_TABLE_ROW_TYPES | `${IOT_TABLE_ROW_TYPES}`;
    render(): any;
}
