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