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