import type { Theme } from '@mui/material';
import type { WidgetTheme } from '../types/widget.js';
export declare const getWidgetMaxHeight: (theme: Theme | WidgetTheme | undefined) => number | string;
