/// <reference types="hoist-non-react-statics" />
import React from 'react';
import CapsuleBarChartStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/capsule-bar';
import { IThemeService } from '../../../../services/theme/registerTheme';
interface IStyleElememtProps {
    getPopupContainer?: () => HTMLElement;
    chartStyleService: CapsuleBarChartStyleService;
    themeService: IThemeService;
}
export declare class StyleElememt extends React.Component<IStyleElememtProps, any> {
    render(): React.JSX.Element;
}
declare const _default: React.ComponentClass<IStyleElememtProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IStyleElememtProps, any> & typeof StyleElememt) | (React.FunctionComponent<IStyleElememtProps> & typeof StyleElememt), {}>;
export default _default;
