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