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