import { LimitIndicatorGaugeProps } from "./LimitIndicatorGauge"; export type LimitButtonProps = LimitIndicatorGaugeProps & React.ComponentProps<"button">; export declare function LimitButton({ value, max, children, className, ref, ...rest }: LimitButtonProps): import("react").JSX.Element; export declare namespace LimitButton { var displayName: string; } //# sourceMappingURL=LimitButton.d.ts.map