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