import type { ISheet, ISheetObject } from '@theatre/core'; import { types } from '@theatre/core'; declare const editorSheetObjectConfig: { viewport: types.PropTypeConfig_Compound; referenceWindow: types.PropTypeConfig_StringLiteral<"hidden" | "minimized" | "maximized">; }>>; transformControls: types.PropTypeConfig_Compound; space: types.PropTypeConfig_StringLiteral<"world" | "local">; }>>; }; export declare function getEditorSheet(): ISheet; export declare function getEditorSheetObject(): ISheetObject | null; export {}; //# sourceMappingURL=editorStuff.d.ts.map