interface AlertDialogContextValue { dismissible?: boolean; } declare const AlertDialogContext: import('react').Context; declare const useAlertDialog: () => AlertDialogContextValue; export { AlertDialogContext, useAlertDialog };