export declare const CONFIRM_TYPES: readonly ["error", "info", "question", "success", "warning", undefined]; export type ConfirmTypes = typeof CONFIRM_TYPES[number];