import { TTextStyleBase3D } from "./TextStyle3D"; export declare type TAxisLabelStyle3D = TTextStyleBase3D & { dpiScaling?: number; };