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