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