declare const ImageLoaderEvent: {
    ON_COMPLETE: string;
    ON_ERROR: string;
};
export { ImageLoaderEvent };
