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