import type { FC } from 'react'; export interface PasskeyCreateProps { fetchPasskeys: () => Promise; } export declare const PasskeyCreate: FC;