export declare function useFormHandler(): {
    stateForm: import("../index.js").StateFormFormHandler;
    onSubmit: (action?: import("../index.js").ICustomSubmitProps["action"], configs?: import("../index.js").OnSubmitConfiguration) => Promise<void>;
    formHandlerContextProps?: any;
    clear?: () => void;
    formHandlerProps: import("../index.js").IFormHandler;
    formik: import("formik").FormikContextType<any>;
    i18n?: {
        languageSelected?: string;
    };
};
