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