import type { FunctionalComponent } from 'vue'; declare const Mute: FunctionalComponent<{}, {}>; export default Mute;