type CustomizedAxisTickProps = { x: string | number; y: string | number; payload: { value: string; }; fontColor?: string; }; export declare const CustomizedAxisTick: (props: CustomizedAxisTickProps) => import("react/jsx-runtime").JSX.Element; export {};