export declare type TVerticalAlign = 'top' | 'bottom' | 'center' | null; export declare type THorizontalAlign = 'start' | 'center' | 'end';