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