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