export declare const XyTransfer: import("../shared/install").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{ onSearch?: ((direction: import("./types").XyTransferDirection, value: string) => any) | undefined; onChange?: ((targetKeys: string[], direction: import("./types").XyTransferDirection, movedKeys: string[]) => any) | undefined; "onUpdate:modelValue"?: ((targetKeys: string[]) => any) | undefined; onSelectChange?: ((sourceSelectedKeys: string[], targetSelectedKeys: string[]) => any) | undefined; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { search: (direction: import("./types").XyTransferDirection, value: string) => any; change: (targetKeys: string[], direction: import("./types").XyTransferDirection, movedKeys: string[]) => any; "update:modelValue": (targetKeys: string[]) => any; selectChange: (sourceSelectedKeys: string[], targetSelectedKeys: string[]) => any; }, import("vue").PublicProps, { modelValue: string[]; searchable: boolean; dataSource: import("./types").XyTransferItem[]; oneWay: boolean; showSelectAll: boolean; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ dataSource?: import("./types").XyTransferItem[]; disabled?: boolean; modelValue?: string[]; oneWay?: boolean; operations?: [string, string]; searchable?: boolean; showSelectAll?: boolean; titles?: [string, string]; }> & Readonly<{ onSearch?: ((direction: import("./types").XyTransferDirection, value: string) => any) | undefined; onChange?: ((targetKeys: string[], direction: import("./types").XyTransferDirection, movedKeys: string[]) => any) | undefined; "onUpdate:modelValue"?: ((targetKeys: string[]) => any) | undefined; onSelectChange?: ((sourceSelectedKeys: string[], targetSelectedKeys: string[]) => any) | undefined; }>, {}, {}, {}, {}, { modelValue: string[]; searchable: boolean; dataSource: import("./types").XyTransferItem[]; oneWay: boolean; showSelectAll: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{ onSearch?: ((direction: import("./types").XyTransferDirection, value: string) => any) | undefined; onChange?: ((targetKeys: string[], direction: import("./types").XyTransferDirection, movedKeys: string[]) => any) | undefined; "onUpdate:modelValue"?: ((targetKeys: string[]) => any) | undefined; onSelectChange?: ((sourceSelectedKeys: string[], targetSelectedKeys: string[]) => any) | undefined; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { search: (direction: import("./types").XyTransferDirection, value: string) => any; change: (targetKeys: string[], direction: import("./types").XyTransferDirection, movedKeys: string[]) => any; "update:modelValue": (targetKeys: string[]) => any; selectChange: (sourceSelectedKeys: string[], targetSelectedKeys: string[]) => any; }, string, { modelValue: string[]; searchable: boolean; dataSource: import("./types").XyTransferItem[]; oneWay: boolean; showSelectAll: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { item?: (props: { item: import("./types").XyTransferItem; }) => any; } & { item?: (props: { item: import("./types").XyTransferItem; }) => any; }; })>; export default XyTransfer; export type { XyTransferDirection, XyTransferItem } from "./types";