import type { YAxisOptions } from './AxisOptions'; export interface RadialAxisOptions extends YAxisOptions { } export default RadialAxisOptions;