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