import type { SubIcon } from "@vibe/icon"; import type { AttentionBoxType } from "../AttentionBox.types"; export declare const resolveAttentionBoxIcon: (icon?: SubIcon | false, type?: AttentionBoxType) => SubIcon | null;