import { type UniBlockContent } from '../../UniBlock/UniBlockProps'; import { type LayoutCommitProps } from '../VerticalLayout/VerticalLayoutContent'; /** * @title Отступ между компонентами * @enumNames ["Самый большой", "Очень большой", "Большой", "Средний", "Маленький", "Самый маленький", "Без отступа"] */ export declare type GapVersion = 'XXL' | 'XL' | 'L' | 'M' | 'S' | 'XS' | ''; /** * @title Горизонтальный компоновщик */ export declare type HorizontalLayoutContent = UniBlockContent & LayoutCommitProps;