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