import React from 'react'; interface RelayProps { action: 'start' | 'stop' | 'restart' | 'status'; } export declare const Relay: React.FC; export {};