import type { CreateConnectionProps } from "../../types"; declare function CreateOIDCConnection(props: CreateConnectionProps): import("react/jsx-runtime").JSX.Element; export default CreateOIDCConnection;