import type { IScopedContext } from 'jamis-core'; import type { FormProps } from './types'; export declare const useFormDialog: ({ store, render }: Pick, scoped: IScopedContext, handleBulkChange: (values: Record, submit: boolean) => void) => { renderDialog: () => JSX.Element; openFeedback: (dialog: any, ctx: any) => Promise; };