import type { TickRendererProps } from '@visx/axis'; import type { CSSProperties } from 'react'; export declare function useXTickOffset(textWidth: number, textHeight: number, renderProps: TickRendererProps, centerTick: boolean, isTickRotated: boolean, position: 'top' | 'bottom', tickNameHasEmoji: boolean): { xOffset: number; yOffset: number; style: CSSProperties; };