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