import { KeyFormat } from "@turnkey/iframe-stamper";
import { TurnkeyError, v1AddressFormat, v1Curve, v1WalletAccountParams } from "@turnkey/sdk-types";
import { type StamperType } from "@turnkey/core";
import { ImportType } from "../../types/base";
export declare function ImportComponent(props: {
    importType: ImportType;
    defaultWalletAccounts?: v1AddressFormat[] | v1WalletAccountParams[];
    addressFormats?: v1AddressFormat[] | undefined;
    curve?: v1Curve | undefined;
    keyFormat?: KeyFormat | undefined;
    onSuccess: (id: string) => void;
    onError: (error: TurnkeyError) => void;
    successPageDuration?: number | undefined;
    stampWith?: StamperType | undefined;
    clearClipboardOnPaste?: boolean | undefined;
    name?: string;
    organizationId?: string;
    userId?: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Import.d.ts.map