export declare class CustomImageEvent {
    name: string;
    imageIndex: number;
    constructor(name: any, imageIndex: any);
}
