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