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