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