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