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