import type { AffineTextAttributes } from '@blocksuite/affine-shared/types'; import type { Command } from '@blocksuite/std'; export declare const toggleTextStyleCommand: Command<{ key: Extract; }>; export declare const toggleBold: Command; export declare const toggleItalic: Command; export declare const toggleUnderline: Command; export declare const toggleStrike: Command; export declare const toggleCode: Command; export declare const getTextStyle: Command<{}, { textStyle: AffineTextAttributes; }>; export declare const isTextStyleActive: Command<{ key: keyof AffineTextAttributes; }>; //# sourceMappingURL=text-style.d.ts.map