export declare class ImageOption {
    Coordinates: string;
    Shape: string;
    Value: string;
}
