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