import * as react_jsx_runtime from 'react/jsx-runtime';
import { PropsWithChildren } from 'react';

declare function createTunnel(): {
    In({ children }: PropsWithChildren): null;
    Out(): react_jsx_runtime.JSX.Element;
};

export { createTunnel };
