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