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