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