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