import { IntegrationConnection, Nullable } from "instill-sdk"; export declare const DeleteConnectionDialog: ({ deletingConnection, setDeletingConnection, namespaceId, }: { deletingConnection: Nullable; setDeletingConnection: (connection: Nullable) => void; namespaceId: Nullable; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DeleteConnectionDialog.d.ts.map