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