import { Formatter, Textbus } from '@textbus/core';
import { FormatLoader } from '@textbus/platform-browser';
export declare const strikeThroughFormatter: Formatter<boolean>;
export declare function toggleStrikeThrough(textbus: Textbus): void;
export declare function registerStrikeThroughShortcut(textbus: Textbus): void;
export declare const strikeThroughFormatLoader: FormatLoader<boolean>;
