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