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