import * as React from 'react';
import { CardMediaProperties } from '@blueeast/bluerain-ui-interfaces';
/**
 * The props of CardMedia Component
 * @param {Object} props.style style object for Card's style.
 * @param {string} props.className className for styling component with css.
 * @param {string} props.src src of the image.
 * @param {number} props.height height of the image.
 */
declare const BlueRainCardMedia: React.StatelessComponent<CardMediaProperties>;
export default BlueRainCardMedia;
