import { MessageStylesType } from '../../../../../components/message/types/messageTheme';
import { MessageVariantType } from './variants';
export declare const getMessageStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => MessageStylesType<MessageVariantType>;
