import * as React from 'react';
import type { MessageCardProps } from './types';
declare const MessageCard: ({ backgroundColor, backgroundColorType: backgroundColorTypeProp, buttonKind, buttonLabel, heading, image, onClick, onDismiss, overrides, paragraph, }: MessageCardProps) => React.JSX.Element;
export default MessageCard;
