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