import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { YoutubeIcon as VanillaYoutubeIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const YoutubeIcon: ForwardRefExoticComponent & RefAttributes>; export declare const Youtube: ForwardRefExoticComponent & RefAttributes>;