import React from 'react';
interface Props {
    port: number;
}
export declare const CheckMode: React.FC<Props>;
export {};
