import { ElementConfig } from './element-config.interface'; export declare type addImage = (element: HTMLElement, config: ElementConfig) => void;