import { JSX } from 'react'; import { SettingsFlow } from '@ory/client'; import { SelfServiceFlow } from '../helpers/types'; export interface ProfileSettingsProps { flow: SettingsFlow; } export declare const ProfileSettingsSection: ({ flow, }: ProfileSettingsProps) => JSX.Element; export declare const ProfileRegistrationSection: (flow: SelfServiceFlow) => JSX.Element | null; export declare const ProfileLoginSection: (flow: SelfServiceFlow) => JSX.Element | null; //# sourceMappingURL=profile-section.d.ts.map