import { type PropsWithChildren } from 'react'; import { AnnotationsTrackProps } from '../../core/components/annotations/types/annotations-track-props.js'; export declare const Track: { (props: PropsWithChildren): null; displayName: string; };