import React from 'react'; import { TransferListProps } from './interface'; export declare const TransferList: (props: TransferListProps, ref: any) => JSX.Element; declare const TransferListComponent: React.ForwardRefExoticComponent>; export default TransferListComponent;