import React from "react"; declare const _default: React.NamedExoticComponent<{ title: string; onClose: () => void; open: boolean; onSubmit?: ((args_0: string) => void) | undefined; message?: string | undefined; mode?: "display" | "input" | undefined; guidance?: string | undefined; confirmLabel?: string | undefined; cancelLabel?: string | undefined; inputPlaceholder?: string | undefined; inputRequired?: boolean | undefined; inputMinLength?: number | undefined; }>; export default _default;