/// <reference types="react" />
import './index.css';
interface IPropsTypes {
    onOK: () => void;
}
export declare const RemoteControlConfirm: (props: IPropsTypes) => JSX.Element;
export {};
