import { Attributes } from "./transformDataAttributes"; import { ChartLibraryConfig } from "./chartLibrariesSettings"; declare type GetChartPixelsPerPoint = (arg: { attributes: Attributes; chartSettings: ChartLibraryConfig; }) => number; export declare const getChartPixelsPerPoint: GetChartPixelsPerPoint; export {};