import { Integration, Nullable } from "instill-sdk"; export declare const ManualSettingDialog: ({ isOpen, onOpenChange, namespaceId, integration, }: { isOpen: boolean; onOpenChange: (isOpen: boolean) => void; namespaceId: Nullable; integration: Integration; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ManualSettingDialog.d.ts.map