import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/elements/user-avatar.d.ts declare function UserAvatar(props: { size?: number; user?: { profileImageUrl?: string | null; displayName?: string | null; primaryEmail?: string | null; } | null; border?: boolean; }): react_jsx_runtime0.JSX.Element; //#endregion export { UserAvatar }; //# sourceMappingURL=user-avatar.d.ts.map