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