export declare const maxHeightVar: `var(--${string})`; export declare const disabledStack: string; export declare const codeEditorStyle: { copyButton: string; codeEditor: Record<"default" | "disabled", string>; showMoreButton: string; showMoreContainer: import("@vanilla-extract/recipes").RuntimeFn<{ expanded: { true: { boxShadow: "none"; }; false: { boxShadow: `0px -22px 19px -6px ${string}`; }; }; }>; centeredText: string; animatedArrowIcon: Record<"false" | "true", string>; wrapper: string; }; //# sourceMappingURL=styles.css.d.ts.map