import { IGroupShowAllProps, IGroupShowAllStyles } from './GroupShowAll.types';
export { IGroupShowAllProps };
export declare const getStyles: (props: Required<Pick<IGroupShowAllProps, "theme">>) => IGroupShowAllStyles;
