import React from "react"; declare type Props = { imageSrc?: string | null; width?: number; }; export declare const Avatar: React.FC; export {};