import type { TickRendererProps } from '../../../core/components/axes/types.js'; interface YTickWithTruncationProps { position: 'top' | 'bottom'; renderProps: TickRendererProps; maxSpaceForTruncation: number; centerTick: boolean; isTickRotated: boolean; tickNameHasEmoji: boolean; } export declare function XTickWithTruncation({ position, renderProps, maxSpaceForTruncation, centerTick, isTickRotated, tickNameHasEmoji, }: Readonly): import("react").JSX.Element; export {}; //# sourceMappingURL=XTickWithTruncation.d.ts.map