import type { ReactNode } from "react"; export interface SetupConnectionsPageProps { title?: string; description?: string; onboardingTitle?: string; focusSecretKey?: string; providerReadiness?: ReactNode; workspaceConnections?: ReactNode; children?: ReactNode; showOnboarding?: boolean; showBuilderConnect?: boolean; showSecrets?: boolean; showIntegrations?: boolean; className?: string; } export declare function SetupConnectionsPage({ title, description, onboardingTitle, focusSecretKey, providerReadiness, workspaceConnections, children, showOnboarding, showBuilderConnect, showSecrets, showIntegrations, className, }: SetupConnectionsPageProps): import("react").JSX.Element; //# sourceMappingURL=SetupConnectionsPage.d.ts.map