import { MessageContextType, MessagePosition, ToastType } from './types'; import { ToastVariants } from '../Toast/types'; export declare const MESSAGE_POSITIONS: readonly ["bottom", "bottom-left", "bottom-right", "top", "top-left", "top-right"]; export declare const MESSAGE_VARIANTS: Array; export declare const INITIAL_MESSAGE_CONTEXT_VALUE: MessageContextType; export declare const AUTO_HIDE_DURATION_DEFAULT: number; export declare const MESSAGE_POSITION_DEFAULT: MessagePosition; export declare const TOAST_VARIANT_DEFAULT: ToastVariants; export declare const TOAST_TYPE_COMPACT: ToastType; export declare const TOAST_TYPE_DEFAULT: ToastType;