import React from 'react'; export type Props = { children: React.ReactNode; }; export declare function TrackTileProvider({ children }: Props): React.JSX.Element;