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