import * as React from 'react';
import type { IGroupFooterProps } from './GroupFooter.types';
export declare const GroupFooter: React.FunctionComponent<IGroupFooterProps>;
export type { IGroupFooterProps };
