import type { FC } from 'react'; type Props = { initialAutoFocus: boolean; }; export declare const AuthFlow: FC; export {};