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