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