import { FC } from "react"; export interface UserImgProps { img: string; } export declare const UserImg: FC;