import Vue from 'vue'; import { ThisTypedComponentOptionsWithRecordProps } from 'vue/types/options'; import { HotTableProps, HotColumnMethods } from './types'; declare const HotColumn: ThisTypedComponentOptionsWithRecordProps; export default HotColumn; export { HotColumn };