/// <reference types="react" />
import { BaseComponent } from '../../Utilities';
import { IGroupShowAllProps } from './GroupShowAll.types';
export declare class GroupShowAllBase extends BaseComponent<IGroupShowAllProps, {}> {
    static defaultProps: IGroupShowAllProps;
    render(): JSX.Element | null;
    private _onSummarizeClick;
}
