import { FieldControl } from '../interfaces'; export declare type ArrayConfiguration = { fieldControl: FieldControl; preventAdd?: boolean; preventDelete?: boolean; }; export declare function createArray(config: ArrayConfiguration): FieldControl>;