import type { FC } from 'react';
import type { OptionSetProps } from './type';
import './index.less';
declare const OptionSet: FC<OptionSetProps>;
export default OptionSet;
