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