/// <reference types="react" />
declare const Track: (props: any) => JSX.Element;
export default Track;