import React, { ReactElement } from 'react';
export declare const getCustomList: (list: React.ReactNode, renderOptionList?: ((list: React.ReactNode, info: {
loading: React.ReactNode;
}) => ReactElement) | undefined, loading?: React.ReactNode) => React.ReactNode;