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