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