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