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