import './lib/bk-icon/iconcool.js'; import './lib/bk-icon/style.css'; import { type Props as HeadColumnProps } from './components/head-column.vue'; import 'tippy.js/dist/tippy.css'; import 'tippy.js/themes/light.css'; export interface Props { theadList?: IHead[]; } import type { InjectionKey, Ref } from 'vue'; export type IHead = HeadColumnProps & { title?: string; memo?: string; }; export declare const renderTablekey: InjectionKey<{ isOverflow: Ref; rowWidth: Ref; isScrollToLeft: Ref; isScrollToRight: Ref; }>; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { theadList: IHead[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; data: any; }> & { default: any; data: any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };