import type { PropsWithChildren } from 'react'; import type { Data } from '../types.js'; /** @internal */ export declare const DummyInteractionsOverlay: (props: PropsWithChildren<{ getData: () => Data; }>) => import("react/jsx-runtime").JSX.Element;