import { ReactNode } from 'react'; export declare const templateState: { 0: { text: string; color: string; }; 1: { text: string; color: string; }; 2: { text: string; color: string; }; 3: { text: string; color: string; }; }; export declare const connectionState: { 0: { text: string; color: string; }; 1: { text: string; color: string; }; 2: { text: string; color: string; }; 3: { text: string; color: string; }; }; export declare function getStatusOptions(status: any): ReactNode[];