import type { HandleActionFn, IScopedContext, IServiceStore, RendererProps } from 'jamis-core';
export declare const usePageDialog: (store: IServiceStore, scoped: IScopedContext, render: RendererProps["render"], handleAction: HandleActionFn, handleQuery?: (query: any) => void) => {
    renderDialog: () => JSX.Element;
};
