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