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