export function YAnnotation({ annotation, width, tLabel, yFormat, xCalc }: { annotation: any; width: any; tLabel: any; yFormat: any; xCalc: any; }): JSX.Element; export function XAnnotation({ annotation, tLabel, yFormat, barWidth, xCalc, width }: { annotation: any; tLabel: any; yFormat: any; barWidth: any; xCalc: any; width: any; }): JSX.Element;