import * as React from 'react';
type UnmountType = () => Promise<void>;
type RenderType = (node: React.ReactElement, container: Element | DocumentFragment) => UnmountType;
export declare const unstableRender: RenderType;
/** @internal Test usage. Not work in prod */
export declare const _can: () => boolean;
export {};
