type Props = { on: { up?: () => void; down?: () => void; }; }; declare const TableMoveRowCell: import("svelte").Component; type TableMoveRowCell = ReturnType; export default TableMoveRowCell;