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<"condensed" | "default", string>; export declare const formatQueryShortcut: string; //# sourceMappingURL=ActionsMenu.css.d.ts.map