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