import { FunctionComponent } from 'react'; export interface NameProps { paramsId: string | undefined; } /** * The name field. */ declare const Name: FunctionComponent; export default Name;