import type { FunctionalComponent } from 'vue'; import type { CellProps } from './interface'; declare const Cell: FunctionalComponent; export default Cell;