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