/** * @title Выравнивание * @enumNames ["В начале", "По центру", "В конце"] */ export declare type Align = 'start' | 'center' | 'end';