export interface ShamirSecretSharingProps {
    privateKey?: string;
    onKeyReconstructed?: (wif: string) => void;
    className?: string;
}
export declare function ShamirSecretSharing({ privateKey, onKeyReconstructed, className, }: ShamirSecretSharingProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ShamirSecretSharing.d.ts.map