import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const AudiotrackSharp: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default AudiotrackSharp;
