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