import { FC } from "react"; import { Icon } from "../ebay-icon"; export type EbaySvgProps = { icons?: Icon[]; }; declare const EbaySvg: FC; export default EbaySvg; //# sourceMappingURL=svg.d.ts.map