import { GcImageViewer } from "./GcImageViewer";
export declare class DsImageViewer extends GcImageViewer {
    static get LicenseKey(): string;
    static set LicenseKey(val: string);
}
