import { Slot } from 'vue'; import { FdsTableHeadProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ default?: Slot; }> & { default?: Slot; }; refs: {}; rootEl: HTMLTableCellElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onSort?: ((ev: MouseEvent | KeyboardEvent) => any) | undefined; }>, { dataTestid: string; icon: "sort" | "ascending" | "descending"; heading: string; align: "left" | "center" | "right"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableCellElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };