// Stub — ant-only component, not available in decompiled build import React from 'react'; export function AntModelSwitchCallout(_props: { onDone: (selection: string, modelAlias?: string) => void; }): React.ReactElement | null { return null; } export function shouldShowModelSwitchCallout(): boolean { return false; }