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