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