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