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