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