import { ImagePopupOptions } from "./classes";
export declare class ImagePopup {
    static localImagePopup(options: ImagePopupOptions | string): void;
    static networkImagePopup(options: ImagePopupOptions | string): void;
    private static localImageProcess;
}
