import { KeyWiseTransferItem, RenderedItem, TransferListBodyProps } from "./interface.js"; //#region src/transfer/ListBody.d.ts type ExistPagination = Exclude['pagination'], boolean>; interface ListBodyRef { items?: RenderedItem[]; } declare const TransferListBody: import("vue").DefineSetupFnComponent, {}, {}, TransferListBodyProps & {}, import("vue").PublicProps>; //#endregion export { ExistPagination, ListBodyRef, TransferListBody as default };