import { type CommonCalculatorProps } from '../../ui-kit/Calculator/CalculatorProps'; import { type UniBlockContent } from '../../UniBlock/UniBlockProps'; /** * @title Калькулятор бонусов */ export declare type CalculatorBonusContent = UniBlockContent & CommonCalculatorProps;