/// <reference types="react" />
import { IGroupFooterProps } from './GroupFooter.types';
export { IGroupFooterProps };
export declare const GroupFooter: (props: IGroupFooterProps) => JSX.Element;
