export declare const useModalForm: (initialIsVisibleValue?: boolean | undefined) => { hideForm: () => void; isVisible: boolean | undefined; showForm: () => void; toggleFormVisibility: () => void; };