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