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