import { BTdProps, BTdSlots } from '../../types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & BTdSlots; refs: {}; rootEl: HTMLTableCellElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { variant: import('../..').ColorVariant | null; colspan: import('../../types/CommonTypes').Numberish; rowspan: import('../../types/CommonTypes').Numberish; stackedHeading: string; stickyColumn: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableCellElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };