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