///
import { StyledAvatar, AvatarImage, AvatarFallback } from "./avatar.styled";
import type { WithTestId } from "../../types";
interface ImageProps {
image: string;
alt: string;
fallbackDelayMs?: number;
imageProps?: Omit, "src" | "alt">;
}
interface NoImageProps {
image?: never;
alt?: never;
}
interface AvatarBaseProps extends WithTestId> {
asChild?: boolean;
fallback: React.ReactNode;
fallbackProps?: Omit, "delayMs">;
}
export declare const Avatar: import("react").ForwardRefExoticComponent<(Omit | Omit) & import("react").RefAttributes>;
export declare const AvatarSelector: string;
export declare const AvatarImageSelector: string;
export declare const AvatarFallbackSelector: string;
export {};
//# sourceMappingURL=index.d.ts.map