import * as React from 'react'; import { ImageProps } from '../../elements/Image'; export interface ItemImageProps extends ImageProps { } declare const ItemImage: React.StatelessComponent; export default ItemImage;