import { IntegrationsSectionProps } from './IntegrationsSection'; export type { ConnectorCredentialsSlug, PlaidAccountSummary, } from './IntegrationsSection'; export interface Props extends IntegrationsSectionProps { meetingUrl: string; onClickMenuIcon: () => void; } declare const IntegrationsSettingsPage: ({ meetingUrl, onClickMenuIcon, ...sectionProps }: Props) => import("react/jsx-runtime").JSX.Element; export default IntegrationsSettingsPage;