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