import React from "react"; /** Custom row for `ink-select-input` so we can bold part of the label. */ export declare function SelectMenuItem(props: { isSelected?: boolean; label: string; boldSubstring?: string; oauthStatus?: "authenticated" | "expired" | "unauthenticated"; }): React.JSX.Element;