declare const setResponsiveTable: (table: Element) => void; declare function runDemotableButtons(buttons: NodeListOf, rows: NodeListOf): void; declare function changeBackgroundColor(rows: NodeListOf): void; export { setResponsiveTable, runDemotableButtons, changeBackgroundColor }; //# sourceMappingURL=table.d.ts.map