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