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