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