import { JSX } from 'react'; import { SettingsFlow } from '@ory/client'; export interface WebAuthnSettingsProps { flow: SettingsFlow; } export declare const WebAuthnSettingsSection: ({ flow, }: WebAuthnSettingsProps) => JSX.Element | null; //# sourceMappingURL=webauthn-settings-section.d.ts.map