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