import type { Ref } from "vue"; import { type TooltipProps } from "ant-design-vue"; import type { BodyCellSlot } from "./external-types"; export declare function useFallbackBodyCell(bodyCellSlotRef: Ref, tooltipProps: Ref, tablePopupContainerRef: Ref): { fallbackBodyCell: BodyCellSlot; };