import { Element } from './element'; export declare class Image extends Element { constructor(src: string); protected getCloseTag(): string; }