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