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