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