import { FC, ReactNode } from "react"; type EbayTileSectionsProps = { title: ReactNode; subtitle: ReactNode; descriptions: ReactNode[]; }; declare const EbayTileSections: FC; export default EbayTileSections; //# sourceMappingURL=item-tile-sections.d.ts.map