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