import { TableState } from "./types"; export declare function renderModule(table: TableState): void;