export default Track;
declare function Track(_: any, { attrs, slots }: {
    attrs: any;
    slots: any;
}): import("vue/jsx-runtime").JSX.Element;
declare namespace Track {
    const inheritAttrs: boolean;
}
