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