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