import { IGroupBlockProps } from './types'; export declare const GroupBlockCompact: ({ groupName, iconName, monomerName, selected, onClick, testid, }: IGroupBlockProps) => import("@emotion/react/jsx-runtime").JSX.Element;