import type { IntegrationsPanelState } from '../../../../types/integrationsPanel'; type IntegrationsPanelProps = { state: IntegrationsPanelState; }; export declare const IntegrationsPanel: ({ state: initial }: IntegrationsPanelProps) => import("react/jsx-runtime").JSX.Element; export {};