import { TdBaseTableProps } from '../type'; export default function useAffix(props: TdBaseTableProps): { showAffixHeader: import("vue").Ref; showAffixFooter: import("vue").Ref; showAffixPagination: import("vue").Ref; affixHeaderRef: import("vue").Ref; affixFooterRef: import("vue").Ref; horizontalScrollbarRef: import("vue").Ref; paginationRef: import("vue").Ref; onHorizontalScroll: (scrollElement?: HTMLElement) => void; setTableContentRef: (tableContent: HTMLDivElement) => void; updateAffixHeaderOrFooter: () => void; };