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