///
import { FormStoredElementType } from '../store/store';
import { useForm } from 'react-hook-form';
declare type Props = {
element: FormStoredElementType;
index: number;
formContextRegistration: Partial>;
};
export declare const FormBuildElement: (props: Props) => JSX.Element;
export {};