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