/// import { LabelProps as BaseLabelProps } from '@visx/annotation/lib/components/Label'; export declare type AnnotationLabelProps = BaseLabelProps; /** AnnotationLabel which provides text styles from theme. */ export default function AnnotationLabel(props: AnnotationLabelProps): JSX.Element; //# sourceMappingURL=AnnotationLabel.d.ts.map