import { ComponentPropsWithoutRef } from "react"; export type ListingScoreButtonProps = { score: number; max: number; label: string; sellScoreClassName?: string; } & Omit, "children"> & React.RefAttributes; export declare function ListingScoreButton({ score, max, label, sellScoreClassName, className, type, ref, ...props }: ListingScoreButtonProps): import("react").JSX.Element; export declare namespace ListingScoreButton { var displayName: string; } //# sourceMappingURL=ListingScoreButton.d.ts.map