import { type ReactNode } from 'react'; /** * Extract all visible TrackAtom components, * checking deeper in case they are grouped into a wrapper component * * @param elements - */ export declare function extractVisibleTracks(children: ReactNode): ReactNode;