import type { ChartsTextStyle } from "./getWordsByLines.mjs"; /** * The font the axes render their tick labels with. * Axis auto-sizing measures outside React, so it cannot read the theme itself and needs this handed * to it. Keep in sync with the style `useAxisTicksProps` renders the ticks with. */ export declare function useDefaultTickLabelStyle(): ChartsTextStyle;