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