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