export interface AnnotationSizeProps { chartWidth: number; labelsOffset?: number; } export declare const AnnotationsSizeContext: import("react").Context;