import { ComponentProps, FC } from "react"; type OptionProps = ComponentProps<"option"> & { optgroup?: string; }; declare const EbaySelectOption: FC; export default EbaySelectOption; //# sourceMappingURL=ebay-select-option.d.ts.map