export declare function getClassNames(prefixCls?: string): { CONTAINER: string; TITLE: string; LIST: string; LIST_ITEM: string; NAME: string; MARKER: string; NAME_LABEL: string; VALUE: string; CROSSHAIR_X: string; CROSSHAIR_Y: string; }; export declare function getDefaultTooltipStyle(prefixCls?: string): { [x: string]: { position: string; visibility: string; 'z-index': number; transition: string; 'background-color': string; 'box-shadow': string; 'border-radius': string; color: string; 'font-size': string; 'line-height': string; padding: string; 'min-width': string; 'max-width': string; 'font-family': string; margin?: undefined; 'list-style-type'?: undefined; display?: undefined; 'align-items'?: undefined; 'justify-content'?: undefined; 'white-space'?: undefined; width?: undefined; height?: undefined; 'margin-right'?: undefined; } | { color: string; position?: undefined; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'background-color'?: undefined; 'box-shadow'?: undefined; 'border-radius'?: undefined; 'font-size'?: undefined; 'line-height'?: undefined; padding?: undefined; 'min-width'?: undefined; 'max-width'?: undefined; 'font-family'?: undefined; margin?: undefined; 'list-style-type'?: undefined; display?: undefined; 'align-items'?: undefined; 'justify-content'?: undefined; 'white-space'?: undefined; width?: undefined; height?: undefined; 'margin-right'?: undefined; } | { margin: string; 'list-style-type': string; padding: string; position?: undefined; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'background-color'?: undefined; 'box-shadow'?: undefined; 'border-radius'?: undefined; color?: undefined; 'font-size'?: undefined; 'line-height'?: undefined; 'min-width'?: undefined; 'max-width'?: undefined; 'font-family'?: undefined; display?: undefined; 'align-items'?: undefined; 'justify-content'?: undefined; 'white-space'?: undefined; width?: undefined; height?: undefined; 'margin-right'?: undefined; } | { 'list-style-type': string; display: string; 'line-height': string; 'align-items': string; 'justify-content': string; 'white-space': string; position?: undefined; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'background-color'?: undefined; 'box-shadow'?: undefined; 'border-radius'?: undefined; color?: undefined; 'font-size'?: undefined; padding?: undefined; 'min-width'?: undefined; 'max-width'?: undefined; 'font-family'?: undefined; margin?: undefined; width?: undefined; height?: undefined; 'margin-right'?: undefined; } | { width: string; height: string; 'border-radius': string; display: string; 'margin-right': string; position?: undefined; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'background-color'?: undefined; 'box-shadow'?: undefined; color?: undefined; 'font-size'?: undefined; 'line-height'?: undefined; padding?: undefined; 'min-width'?: undefined; 'max-width'?: undefined; 'font-family'?: undefined; margin?: undefined; 'list-style-type'?: undefined; 'align-items'?: undefined; 'justify-content'?: undefined; 'white-space'?: undefined; } | { display: string; 'align-items': string; 'max-width': string; position?: undefined; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'background-color'?: undefined; 'box-shadow'?: undefined; 'border-radius'?: undefined; color?: undefined; 'font-size'?: undefined; 'line-height'?: undefined; padding?: undefined; 'min-width'?: undefined; 'font-family'?: undefined; margin?: undefined; 'list-style-type'?: undefined; 'justify-content'?: undefined; 'white-space'?: undefined; width?: undefined; height?: undefined; 'margin-right'?: undefined; } | { overflow: string; 'white-space': string; 'text-overflow': string; flex: number; position?: undefined; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'background-color'?: undefined; 'box-shadow'?: undefined; 'border-radius'?: undefined; color?: undefined; 'font-size'?: undefined; 'line-height'?: undefined; padding?: undefined; 'min-width'?: undefined; 'max-width'?: undefined; 'font-family'?: undefined; margin?: undefined; 'list-style-type'?: undefined; display?: undefined; 'align-items'?: undefined; 'justify-content'?: undefined; width?: undefined; height?: undefined; 'margin-right'?: undefined; } | { overflow: string; 'white-space': string; 'text-overflow': string; display: string; float: string; flex: number; 'text-align': string; 'min-width': string; 'margin-left': string; color: string; position?: undefined; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'background-color'?: undefined; 'box-shadow'?: undefined; 'border-radius'?: undefined; 'font-size'?: undefined; 'line-height'?: undefined; padding?: undefined; 'max-width'?: undefined; 'font-family'?: undefined; margin?: undefined; 'list-style-type'?: undefined; 'align-items'?: undefined; 'justify-content'?: undefined; width?: undefined; height?: undefined; 'margin-right'?: undefined; } | { position: string; width: string; 'background-color': string; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'box-shadow'?: undefined; 'border-radius'?: undefined; color?: undefined; 'font-size'?: undefined; 'line-height'?: undefined; padding?: undefined; 'min-width'?: undefined; 'max-width'?: undefined; 'font-family'?: undefined; margin?: undefined; 'list-style-type'?: undefined; display?: undefined; 'align-items'?: undefined; 'justify-content'?: undefined; 'white-space'?: undefined; height?: undefined; 'margin-right'?: undefined; } | { position: string; height: string; 'background-color': string; visibility?: undefined; 'z-index'?: undefined; transition?: undefined; 'box-shadow'?: undefined; 'border-radius'?: undefined; color?: undefined; 'font-size'?: undefined; 'line-height'?: undefined; padding?: undefined; 'min-width'?: undefined; 'max-width'?: undefined; 'font-family'?: undefined; margin?: undefined; 'list-style-type'?: undefined; display?: undefined; 'align-items'?: undefined; 'justify-content'?: undefined; 'white-space'?: undefined; width?: undefined; 'margin-right'?: undefined; }; };