import { ArrayControlConfig, DragState } from "../../templates"; export declare type ArrayControlProps = ArrayControlConfig; export declare type ArrayControlState = DragState;