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