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