import { IGroupShowAllProps, IGroupShowAllStyleProps, IGroupShowAllStyles } from './GroupShowAll.types';
export { IGroupShowAllProps };
export declare const getStyles: (props: IGroupShowAllStyleProps) => IGroupShowAllStyles;
