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