import type { TickRendererProps } from '@visx/axis'; import type { CSSProperties } from 'react'; export declare function useYTickOffset(position: string, textWidth: number, renderProps: TickRendererProps, centerTick: boolean, tickNameHasEmoji: boolean): { xOffset: number; yOffset: number; style: CSSProperties; };