export declare class ImageProperties {
    height: number;
    width: number;
    constructor(height: any, width: any);
}
