import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { TableData, TableAlign, TableColumns } from './interface'; declare const _sfc_main: DefineComponent<{ readonly data: BasicType, TableData | null>; readonly columns: BasicType, TableColumns[] | null>; readonly align: BasicType, TableAlign | null>; readonly border: BasicType; readonly num: BasicType; readonly zebra: BasicType; readonly zebraColor: BasicType, string | null>; readonly height: BasicType, string | number | null>; readonly bgColor: BasicType, string | null>; readonly headBgColor: BasicType, string | null>; readonly showHead: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, TableData | null>; readonly columns: BasicType, TableColumns[] | null>; readonly align: BasicType, TableAlign | null>; readonly border: BasicType; readonly num: BasicType; readonly zebra: BasicType; readonly zebraColor: BasicType, string | null>; readonly height: BasicType, string | number | null>; readonly bgColor: BasicType, string | null>; readonly headBgColor: BasicType, string | null>; readonly showHead: BasicType; }>>, { readonly border: boolean; readonly height: string | number; readonly zebra: boolean; readonly zebraColor: string; readonly data: TableData; readonly columns: TableColumns[]; readonly align: TableAlign; readonly num: boolean; readonly bgColor: string; readonly headBgColor: string; readonly showHead: boolean; }>; export default _sfc_main;