export declare const docRegionMaxHeightVar: `var(--${string})`; export declare const docRegionMinHeightVar: `var(--${string})`; declare const docRegionBackground: `var(--${string})`; export declare const wrapper: string; export declare const statusIcon: string; export declare const toolbarRow: string; export declare const docRegion: string; export declare const editorSurface: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { background: `var(--${string})`; borderColor: `var(--${string})`; color: `var(--${string})`; }; false: {}; }; readonly: { true: { vars: { [docRegionBackground]: `var(--${string})`; }; }; false: {}; }; error: { true: { borderColor: `var(--${string})`; }; }; success: { true: { borderColor: `var(--${string})`; }; }; }>; export declare const richTextInputStyle: { docRegion: string; editorSurface: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { background: `var(--${string})`; borderColor: `var(--${string})`; color: `var(--${string})`; }; false: {}; }; readonly: { true: { vars: { [docRegionBackground]: `var(--${string})`; }; }; false: {}; }; error: { true: { borderColor: `var(--${string})`; }; }; success: { true: { borderColor: `var(--${string})`; }; }; }>; statusIcon: string; wrapper: string; toolbarRow: string; }; export {}; //# sourceMappingURL=styles.css.d.ts.map