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