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