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