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