import { FC } from 'react';
import { RadialGaugeArcProps } from './RadialGaugeArc';
export declare const RadialGaugeOuterArc: FC<Partial<RadialGaugeArcProps>>;
