import { ComponentProps, FC } from "react";
export type EbayMenuButtonSeparatorProps = Omit<ComponentProps<"hr">, "onMouseDown">;
declare const EbayMenuButtonSeparator: FC<EbayMenuButtonSeparatorProps>;
export default EbayMenuButtonSeparator;
//# sourceMappingURL=menu-button-separator.d.ts.map