import type { IconProps } from "../../Icon/Icon"; import type { TextProps } from "../../Typography/Text/Text"; import type { ContentBoxColorVariant, ContentBoxType } from "./types"; export declare const CONTENT_BOX_TYPE_TO_COLOR_VARIANT: Record; export declare const TEXT_COLOR_BY_COLOR_VARIANT: Record; export declare const CONTENT_BOX_TYPE_TO_ICON: Record;