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