export declare const MAIN_PANEL_MIN_HEIGHT = 250; /** * Estimate a default split panel size for the first render based on the document size. */ export declare function getSplitPanelDefaultSize(position: 'side' | 'bottom'): number; export declare function getLimitedValue(min: number, value: number, max: number): number; //# sourceMappingURL=size-utils.d.ts.map