import { IconProps } from '@/@types/icon'; import React from 'react'; declare const Person: React.FC; export default Person;