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