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