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