export class FogOfWarEditor extends ObjectEditor {
    get schema(): {
        properties: {
            revealAll: {
                type: FunctionConstructor;
            };
            concealAll: {
                type: FunctionConstructor;
            };
        };
    };
}
import { ObjectEditor } from "../../../../editor/ecs/component/editors/primitive/ObjectEditor.js";
//# sourceMappingURL=FogOfWarEditor.d.ts.map