declare const _default: { canvas: { type: string; properties: { transparent: { type: string; }; autoDensity: { type: string; }; antialias: { type: string; }; resolution: { type: string; }; preserveDrawingBuffer: { type: string; }; backgroundColor: { type: string; }; }; }; selector: { type: string; }; selectorGui: { type: string; }; selectorCanvas: { type: string; }; standalone: { type: string; }; drawMap: { type: string; }; maxFps: { type: string; }; serverFps: { type: string; }; }; export default _default;