import { FC } from 'react';
import { ControlProps, ArrayValue, ArrayConfig } from './types';
export declare type ArrayProps = ControlProps<ArrayValue> & ArrayConfig;
export declare const ArrayControl: FC<ArrayProps>;
