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