import Bold from './bold.js';
declare class Strike extends Bold {
static blotName: string;
static tagName: string[];
}
export default Strike;