import type { ProFieldFC } from '../../index'; /** * 一般用于放多个按钮 * * @param */ declare const FieldOptions: ProFieldFC<{}>; export default FieldOptions;