import type { TablePublicWidgetOptions } from "./table-util"; import type { PerseusTableWidgetOptions } from "../../data-schema"; import type { WidgetLogic } from "../logic-export.types"; declare const tableWidgetLogic: WidgetLogic; export default tableWidgetLogic;