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