declare function autohideLabelsOverlappingItsShape(chart: any, hideFunction?: (point: any) => void, showFunction?: (point: any) => void): void; export default autohideLabelsOverlappingItsShape;