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