export declare function RepeatField({ value, onChange }: {
    value?: any;
    onChange: any;
}): import("react/jsx-runtime").JSX.Element;
