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