/// <reference types="hoist-non-react-statics" />
import React from 'react';
import PieRingBaseStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/pie/ring-base';
interface IPlaySettingsProps {
    chartStyleService: PieRingBaseStyleService;
    formItemCol?: IKeyValues;
    getPopupContainer?: () => HTMLElement;
}
declare class RingPlaySettingsElement extends React.Component<IPlaySettingsProps, {}> {
    render(): React.JSX.Element;
}
declare class RingWidthElement extends React.Component<IPlaySettingsProps, {}> {
    get chartStyleService(): PieRingBaseStyleService;
    render(): React.JSX.Element;
}
export declare const RingPlaySettings: React.ComponentClass<IPlaySettingsProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IPlaySettingsProps, any> & typeof RingPlaySettingsElement) | (React.FunctionComponent<IPlaySettingsProps> & typeof RingPlaySettingsElement), {}>;
export declare const RingWidth: React.ComponentClass<IPlaySettingsProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IPlaySettingsProps, any> & typeof RingWidthElement) | (React.FunctionComponent<IPlaySettingsProps> & typeof RingWidthElement), {}>;
export {};
