export declare const enum RenderType { UNKNOWN = 0, CANVAS = 1, WEBGL = 2, }