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