/// <reference types="react" />
import { IGroupShowAllProps } from './GroupShowAll.types';
export { IGroupShowAllProps };
export declare const GroupShowAll: (props: IGroupShowAllProps) => JSX.Element;
