import { AnnotationComponentProps } from './types';
/**
 * The default component for rendering annotation labels. You can override this by
 * supplying a custom component in the `AnnotationsLayer` component.
 *
 * @see [Storybook](/path=/docs/components-misc-annotations--docs)
 * @see {@link AnnotationsLayer}
 *
 * @group Components
 */
export declare const DefaultLabelComponent: ({ id, name, }: AnnotationComponentProps) => import("react/jsx-runtime").JSX.Element;
