/// import { FormContentProps, FormProps } from "../../../headless/form/type"; declare const Form: (FormUI: (props: FormContentProps) => JSX.Element) => ({ valueDefault, onSuccess }: FormProps) => JSX.Element; export default Form;