export type dialogType = string | null;
declare const useDialogStore: any;
export default useDialogStore;
