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