import React from 'react'; interface ModelItemProps { isSelected?: boolean; label: string; value: string; provider: string; isCurrent: boolean; } export declare const ModelItem: React.FC; export {}; //# sourceMappingURL=ModelItem.d.ts.map