import type { InteractionsOverlayProps } from './types.js'; /** * @internal * @param props - */ export declare const InteractionsOverlay: (props: InteractionsOverlayProps & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes) => React.ReactElement | null;