import type { JSX } from 'react'; import type { ApiProduct } from '../../api/types'; export default function ApiItem(props: { api: ApiProduct; enabled: boolean; onChange: (apiId: string, enabled: boolean) => void; }): JSX.Element; //# sourceMappingURL=ApiItem.d.ts.map