export declare const SRC_TYPE_HTML = "html";
export declare const SRC_TYPE_URL = "url";
export declare const MIN_WIDTH = 35;
export declare const INIT_WIDTH = 350;
export declare const MAX_WIDTH = 940;
export declare const MIN_HEIGHT = 35;
export declare const INIT_HEIGHT = 550;
export declare const MAX_HEIGHT = 1200;
export declare const DEFAULTS_CONFIG: {
alignment: string;
};
export declare const htmlButtonsTypes: {
html: string;
adsense: string;
};
export declare const defaults: {
srcType: string;
src: string;
config: {
alignment: string;
};
};
export declare const DEFAULTS_VIEWER: {};
//# sourceMappingURL=defaults.d.ts.map