import React from "react";
import { TransferListProps } from "./types";
export declare const TransferList: React.MemoExoticComponent<({ children, leftItems, rightItems, setLeftItems, setRightItems, color, leftChoicesLabel, rightChoicesLabel, allChoices, ...props }: TransferListProps) => JSX.Element>;
