import React from 'react'; import { EmptyTrackProps } from './types'; declare const EmptyTrack: React.FC; export default EmptyTrack;