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