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