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