import type { Extension } from '@codemirror/state';
export declare const scrollerTheme: Extension;
export declare function getDimensionTheme(height: string | null, minHeight: string | null, maxHeight: string | null, width: string | null, minWidth: string | null, maxWidth: string | null): Extension | null;
