import type { ImageAttributes, State, StateHandler } from '../../types'; declare const addImage: (state: State, stateHandler: StateHandler, attributes?: ImageAttributes) => string; export default addImage;