type Props = { onComplete: (address?: string) => void; onCancel: () => void; }; export declare function PasskeyConnectorStep({ onComplete, onCancel }: Props): import("react/jsx-runtime").JSX.Element; export {};