export declare const TROUBLESHOOTING_URL = "https://mikrojs.dev/troubleshooting"; /** How long an unresolved "waiting for device / connecting" UI lingers * before we surface the troubleshooting link. Long enough that a normal * connect doesn't show it, short enough that a stuck connect doesn't * leave the user staring at a spinner with no next step. */ export declare const TROUBLESHOOTING_HINT_DELAY_MS = 8000; export declare function TroubleshootingHint({ prefix }?: { prefix?: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=troubleshooting.d.ts.map