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