import * as React from 'react'; declare function GaugeValueArc({ className, ...other }: React.ComponentProps<'path'> & { skipAnimation?: boolean; }): import("react/jsx-runtime").JSX.Element | null; declare namespace GaugeValueArc { var propTypes: any; } export { GaugeValueArc };