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