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