import type { ReactElement } from 'react';
export declare function render(reactElement: ReactElement, callback?: () => void | null | undefined): number;
