type Props = { onComplete: () => void; }; export declare function SetupPasskeyStep({ onComplete }: Props): import("react/jsx-runtime").JSX.Element; export {};