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