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