import React from "react"; export declare const ErrorLock: React.FC<{ onClick: () => void; value: string; }>;