import { ConfirmationMessageStylesType } from '../../../../../components/confirmationMessage/types/confirmationMessageTheme';
import { ConfirmationMessageVariantType } from './variants';
export declare const getConfirmationMessageStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => ConfirmationMessageStylesType<ConfirmationMessageVariantType>;
