import type { IconSize } from '@ozen-ui/icons';
import type { SectionMessageSizeVariant } from './types';
export declare const SECTION_MESSAGE_DEFAULT_STATUS = "info";
export declare const SECTION_MESSAGE_DEFAULT_SIZE = "m";
export declare const SECTION_MESSAGE_SIZE_TO_ICON_SIZE: Readonly<Record<SectionMessageSizeVariant, IconSize>>;
