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