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