/// import type { TableDropdownProps } from './TableDropdown.types.js'; /** * Dropdown wrapper to automatically list the tables in a TableStore. */ export declare const TableDropdown: React.FC;