import { FC, ComponentProps } from "react"; type TourtipFooterProps = ComponentProps<"div"> & { index?: string; }; declare const EbayTourtipFooter: FC; export default EbayTourtipFooter; //# sourceMappingURL=ebay-tourtip-footer.d.ts.map