export declare const editorWrapper: string; export declare const editorWrapperFullHeight: string; export declare const actionsMenuWrapper: import("@vanilla-extract/recipes").RuntimeFn<{ size: { default: { top: `calc(${string} + ${string})`; right: `calc(${string} + ${string})`; selectors: { [x: string]: { top: `calc(${string} + ${string})`; right: `calc(${string} + ${string})`; }; }; }; condensed: { top: `calc(${string} + ${string})`; right: `calc(${string} + ${string})`; selectors: { [x: string]: { top: `calc(${string} + ${string})`; right: `calc(${string} + ${string})`; }; }; }; }; }>; export declare const editorWithActionsMenu: Record<"default" | "condensed", string>;