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