import React from "react";
export declare const ErrorFocus: ({ containerRef }: {
    containerRef?: React.RefObject<HTMLDivElement>;
}) => null;
