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