import { type LinkButtonContent } from './LinkButtonContent'; /** @deprecated */ export interface ButtonsSectionContent { /** * @title Кнопки */ buttons?: LinkButtonContent[]; }