import type { TableColumns } from '../..'; import type { BasicType } from '../../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ columns: BasicType, TableColumns[] | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, TableColumns[] | null>; }>>, { columns: TableColumns[]; }>; export default _sfc_main;