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