import { PropsWithChildren } from 'react'; export declare const IntegrationElementProvider: ({ children, integrationId: integrationIdfromParams, connectionId: connectionIdFromParams, }: PropsWithChildren<{ integrationId?: string; connectionId?: string; }>) => import("react/jsx-runtime").JSX.Element;