import type { ValueProps } from '../../types';
import type { ListFormatProps } from '../../../../components/list-format';
export type ValueArraySelectionProps = ValueProps<Array<number | string>> & ListFormatProps;
declare function ArraySelection(props: ValueArraySelectionProps): import("react/jsx-runtime").JSX.Element;
export default ArraySelection;
