import * as React from 'react'; import { BsPrefixProps, BsPrefixRefForwardingComponent } from '../utils/helpers'; export interface CardImgProps extends BsPrefixProps, React.ImgHTMLAttributes { /** Defines image position inside the card*/ variant?: 'top' | 'bottom'; } export declare const CardImg: BsPrefixRefForwardingComponent<'img', CardImgProps>; export default CardImg;