import { ComponentType, FC } from 'react'; import { Constructor } from '@cratis/fundamentals'; import { ShowDialog } from '@cratis/applications.react/dialogs'; export declare function useDialog(requestType: Constructor, DialogComponent: ComponentType): [FC, ShowDialog]; //# sourceMappingURL=useDialog.d.ts.map