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