import { FC } from "react"; type Props = { userName: string; backgroundColor?: string; }; export declare function getInitials(name: string): string; export declare const User: FC; export {};