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