import React from 'react'; import { UserProps } from './interface'; export declare const User: React.FC;