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