import { JSX } from 'react'; import { SelfServiceFlow } from '../helpers/types'; export declare const OIDCSection: (flow: SelfServiceFlow) => JSX.Element | null; //# sourceMappingURL=oidc-section.d.ts.map