import { TurnkeyError, v1AddressFormat, v1WalletAccountParams } from "@turnkey/sdk-types";
import { type StamperType } from "@turnkey/core";
export declare function ImportComponent(params: {
    defaultWalletAccounts?: v1AddressFormat[] | v1WalletAccountParams[];
    onSuccess: (walletId: string) => void;
    onError: (error: TurnkeyError) => void;
    successPageDuration?: number | undefined;
    stampWith?: StamperType | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Import.d.ts.map