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