import { type JSXSlot } from "@cn-ui/reactive";
declare const Basic: (props: {
    fallback?: JSXSlot;
    src?: string;
}) => import("solid-js").JSX.Element;
export { Basic as Avatar };
