declare const Track: {
    (_: any, { attrs }: {
        attrs: any;
    }): JSX.Element;
    inheritAttrs: boolean;
};
export default Track;
