import * as React from "react"; import { PersonProps } from "./PersonProps"; declare const Person: React.FC; export default Person;