export declare const defaultPadding = 20; export declare function getTextOffsetByRadius(radiusScale: any, getRadius: any): (textLabel: any) => number[] | ((d: any) => number[]); export declare const textLabelAccessor: (textLabel: any) => (dc: any) => (d: any) => string; export declare const formatTextLabelData: ({ textLabel, dataContainer }: { textLabel: any; dataContainer: any; }) => any;