import { type BlockVersion } from '../../model/BlockVersion'; export declare const getIconTextStyle: (version: BlockVersion) => "text-secondary-text" | "group-data-primary:text-white";