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