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