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