export declare const FEATURES: {
    SUPPORT_RANGE_BOUNDS: boolean;
    SUPPORT_SVG_DRAWING: boolean;
    SUPPORT_FOREIGNOBJECT_DRAWING: boolean;
    SUPPORT_CORS_IMAGES: boolean;
    SUPPORT_RESPONSE_TYPE: boolean;
    SUPPORT_CORS_XHR: boolean;
};
