import type { FunctionalComponent } from 'vue'; import type { TableV2HeaderCell } from '../header-cell'; declare const HeaderCell: FunctionalComponent; export default HeaderCell;