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