import type { FunctionalComponent } from 'vue'; import type { TableV2CellProps } from '../cell'; declare const TableV2Cell: FunctionalComponent<TableV2CellProps>; export default TableV2Cell;