import { ReactNode } from "react";
import { BaseSkeletonComponentProps, SupportedElements } from "./types";
export type EbaySkeletonAvatarProps<T extends SupportedElements> = BaseSkeletonComponentProps<T>;
declare const EbaySkeletonAvatar: <T extends SupportedElements = "div">(props: EbaySkeletonAvatarProps<T>) => ReactNode;
export default EbaySkeletonAvatar;
//# sourceMappingURL=ebay-skeleton-avatar.d.ts.map