/// <reference types="react" />
declare const Lock: (props: any, ref: any) => JSX.Element;
export default Lock;
