import { type Address, type WalletId, type PrivateKeyId, ExportType } from "../../types/base";
import type { StamperType } from "@turnkey/core";
export declare function ExportComponent(params: {
    target: WalletId | PrivateKeyId | Address;
    exportType: ExportType;
    targetPublicKey?: string;
    stampWith?: StamperType | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Export.d.ts.map