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