import * as React from 'react';
import type { CaretViewProps } from '../../../../web/react/cursor/CaretView';
export interface RenderFocusProps extends CaretViewProps {
    children: React.ReactNode;
}
export declare const RenderFocus: React.FC<RenderFocusProps>;
