import * as React from 'react';
declare const ChartCursorFlyout: {
    (props: any): React.DetailedReactHTMLElement<any, HTMLElement>;
    propTypes: any;
    defaultProps: {
        pathComponent: JSX.Element;
        role: string;
        shapeRendering: string;
    };
};
export { ChartCursorFlyout };
//# sourceMappingURL=ChartCursorFlyout.d.ts.map