config: RecoilValueReadOnly<{
colorBy: ColorBy;
colorPool: readonly string[];
colorscale: string;
defaultQueryPerformance: boolean;
disableFrameFiltering: boolean;
enableQueryPerformance: boolean;
gridZoom: number;
loopVideos: boolean;
mediaFallback: boolean;
multicolorKeypoints: boolean;
notebookHeight: number;
plugins: object;
showConfidence: boolean;
showIndex: boolean;
showLabel: boolean;
showSkeletons: boolean;
showTooltip: boolean;
theme: Theme;
timezone: string;
useFrameNumber: boolean;
}> = ...