import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue'; declare const PlayPauseIcon: FunctionalComponent; export default PlayPauseIcon;