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