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