import * as React from 'react'; import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface CardImgOverlayProps extends BsPrefixProps, React.HTMLAttributes { } declare const CardImgOverlay: BsPrefixRefForwardingComponent<'div', CardImgOverlayProps>; export default CardImgOverlay;