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