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