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