/// <reference types="react" />
import { ICustomizedAxisTickX } from './ITickX';
export default function TickX({ x, y, payload, date }: ICustomizedAxisTickX): JSX.Element;
