import React from 'react'; import type { Props } from './types'; /** * 选项列表 */ declare const OptionList: React.ForwardRefExoticComponent>; export default OptionList;