import type { ICommand, VerticalAlign } from '@univerjs/core'; export interface ISetShapeTextVerticalAlignCommandParams { value: VerticalAlign; } export declare const SetShapeTextVerticalAlignCommand: ICommand;