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