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