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