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