export declare enum ImageItemType {
    SLIDER = 0,
    LIST = 1
}
