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