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