import type { SceneHandle } from '../editor/scene'; interface SpreadShrinkPopupProps { sceneRef: { current: SceneHandle | null; }; } export declare function SpreadShrinkPopup({ sceneRef }: SpreadShrinkPopupProps): import("react").JSX.Element | null; export {};