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