import { type PropsWithChildren } from 'react'; import { TrackAtomProps } from '../types/track.js'; /** * The Track atomic slot component * @internal **/ export declare const TrackAtom: { (props: PropsWithChildren): null; displayName: string; };