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