import { HTMLWidget } from "./HTMLWidget"; export declare class Image extends HTMLWidget { private _imgElement; constructor(); enter(domNode: any, element: any): void; update(domNode: any, element: any): void; styleImageElement(): void; exit(domNode: any, element: any): void; source: { (): string; (_: string): Image; }; sizing: { (): string; (_: string): Image; }; customWidth: { (): string; (_: string): Image; }; customHeight: { (): string; (_: string): Image; }; lockAspectRatio: { (): boolean; (_: boolean): Image; }; alignment: { (): string; (_: string): Image; }; } //# sourceMappingURL=Image.d.ts.map