import type { ICommand } from '@univerjs/core'; export interface ISetShapeTextFontSizeCommandParams { value: number; } export declare const SetShapeTextFontSizeCommand: ICommand; export declare const SetShapeTextFontSizeIncreaseCommand: ICommand; export declare const SetShapeTextFontSizeDecreaseCommand: ICommand;