import { ExclamationIcon } from "components/icons"; type Props = { bannerName: string; }; export const IntegrationAndImportExportBanner: React.FC = ({ bannerName }) => (

{bannerName}

Integrations and importers are only available on the cloud version. We plan to open-source our SDKs in the near future so that the community can request or contribute integrations as needed.

);