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