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