export default function IsolatedContainer({ children }: {
    children: any;
}): import("react/jsx-runtime").JSX.Element;
export declare const isolationError: Error;
