/** * @title Тема кнопки * @enumNames ["Основная", "Второстепенная"] */ export declare type ButtonVersion = 'primary' | 'secondary';